Grow stack automatically

This commit is contained in:
2024-02-18 11:26:57 +01:00
parent df2494e145
commit 86d579e8d5
12 changed files with 262 additions and 146 deletions

8
README
View File

@ -35,3 +35,11 @@ factor = ident | number | "(" expression ")";
"!" - Write a line.
"?" - Read user input.
"odd" - The only function, returns whether a number is odd.
# Build and test
```sh
cmake -B build
make -C build
./build/bin/tester
```