Refactoring (MAY BE BUGGY)
This commit is contained in:
@@ -13,13 +13,7 @@ Ground is an interpreter which processes and interprets Ground instructions. It
|
||||
|
||||
## How do I get started?
|
||||
|
||||
Clone the repo and compile with your favourite C++ compiler:
|
||||
|
||||
```
|
||||
g++ src/main.cpp -std=c++17 -O3 -o ground
|
||||
```
|
||||
|
||||
(You can omit the -std flag on systems which default to the latest standard, and the -O3 flag if you're fine with a slightly slower interpreter.)
|
||||
Clone the repo and compile with `make`.
|
||||
|
||||
Run a Ground program:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user