summaryrefslogtreecommitdiffstats
path: root/src/Compiler
Commit message (Collapse)AuthorAgeFilesLines
* Updated report grammarAidenRushbrooke2021-12-054-5/+38
|
* Added subroutines and comments for most filesAidenRushbrooke2021-12-0510-81/+605
|
* Added basic function supportAidenRushbrooke2021-12-048-26/+285
|
* fixed bug where binaries were built in the wrong directoryjwansek2021-11-291-4/+2
|
* added newline at end of manifest file (as required)jwansek2021-11-291-0/+1
|
* added compilation to .jarjwansek2021-11-292-2/+4
|
* add util class for reading files and change filereading methodchris.sutcliffe2021-11-282-7/+55
|
* Added basic support for arraysAidenRushbrooke2021-11-276-29/+142
|
* Merge branch 'main' of https://github.com/AlfieEagleton/EsotericProject into ↵jwansek2021-11-229-68/+153
|\ | | | | | | argparse
| * Improved error handing and added logical statementsAidenRushbrooke2021-11-229-73/+156
| |
* | 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