A C based language with syntax of python!
look in main.sync
make
./syncc.out main.sync > output.c
gcc output.c -o run
./run
I want to learn bootstrapping
- lexer works
- parser works
- interpreter works
- you can now do addition
- added other mathematical operations
parser fails to parse because of the above- everything works
- now implementing conditionals