summaryrefslogtreecommitdiffstats
path: root/src/Compiler
Commit message (Expand)AuthorAgeFilesLines
* Agile development - Ch5 updatesAlfie Eagleton2021-12-144-0/+53
* add very simple utils testingchris.sutcliffe2021-12-131-3/+10
* fix maths linker errorchris.sutcliffe2021-12-131-3/+8
* Fixed bug with function return and added recursive exampleAidenRushbrooke2021-12-081-39/+33
* Fixed known issuesAidenRushbrooke2021-12-074-24/+26
* Added comment supportAidenRushbrooke2021-12-061-0/+7
* Fixed real value bugAidenRushbrooke2021-12-062-10/+12
* 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
|\
| * 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 compata...jwansek2021-11-082-18/+43
* 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