summaryrefslogtreecommitdiffstats
path: root/src/Compiler
Commit message (Collapse)AuthorAgeFilesLines
* added argument parsingjwansek2021-11-224-54/+158
|
* Added newlines between different print statementsAidenRushbrooke2021-11-202-1/+2
|
* Added initial support for do while loopsAidenRushbrooke2021-11-205-1/+39
|
* Added Do statements and code blocksAidenRushbrooke2021-11-175-29/+109
|
* changed output name to same as source file, added build folder, linux ↵jwansek2021-11-082-18/+43
| | | | compatability
* Added support for strings and improved print statement syntaxAidenRushbrooke2021-11-075-36/+131
|
* Basic floating point support and small improvements to error handingAidenRushbrooke2021-11-078-28/+82
|
* Working if/else statements (very basic and unstable)AidenRushbrooke2021-11-065-1/+71
|
* Re-arranged files and added C compilationAidenRushbrooke2021-11-0610-0/+825