Skip to content

Commit 33c8ee6

Browse files
Revise README for clarity and structure
Updated README.md to improve project structure and clarify usage instructions.
1 parent e56981e commit 33c8ee6

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
@@ A lot of missing features and bugs are to be expected. @@
66
```
7-
``````
87

98
# Noviq
109

@@ -40,7 +39,6 @@ A simple, interpreted programming language written in C with a focus on clarity
4039

4140
**String Formatting** - Variable substitution with `%var1`, `%var2`, etc.```
4241

43-
- Windows
4442

4543
## Documentation```
4644

@@ -50,15 +48,8 @@ gcc -o noviq.exe noviq.c lexer/lexer_interpret.c lexer/lexer_display.c -lm
5048

5149
📖 [Language Reference](docs/language_reference.md)### Run using:
5250

53-
- MacOS/Linux:
5451

55-
## Project Structure```
56-
57-
./noviq -e filename.nvq
58-
59-
``````
60-
61-
Noviq/- Windows (cmd):
52+
## Project Structure
6253
```
6354
├── src/
6455
│ ├── main.c # Entry pointnoviq.exe -e filename.nvq

0 commit comments

Comments
 (0)