summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' of github.com:AlfieEagleton/EsotericProject into mainchris.sutcliffe2021-12-154-0/+53
|\
| * Agile development - Ch5 updatesAlfie Eagleton2021-12-144-0/+53
* | add loop and conditional testschris.sutcliffe2021-12-141-0/+96
* | add basic variable testschris.sutcliffe2021-12-141-0/+91
|/
* add file reload from disk feature, correct typo in commentschris.sutcliffe2021-12-141-1/+11
* ass basic test file (to be expanded)chris.sutcliffe2021-12-131-0/+3
* add very simple utils testingchris.sutcliffe2021-12-131-3/+10
* fix maths linker errorchris.sutcliffe2021-12-131-3/+8
* fixed bug with guijwansek2021-12-131-1/+1
* fixed sieve examplejwansek2021-12-131-1/+1
* added IDE documentationjwansek2021-12-133-0/+31
* Added to chapter 3 of the reportAidenRushbrooke2021-12-131-1/+1
* added commented out left associativity examplejwansek2021-12-121-1/+2
* Logical example and demo structureAidenRushbrooke2021-12-101-0/+14
* Added example program of each main featureAidenRushbrooke2021-12-0916-94/+106
* Fixed bug with function return and added recursive exampleAidenRushbrooke2021-12-083-40/+48
* Fixed known issuesAidenRushbrooke2021-12-075-26/+28
* Added comment supportAidenRushbrooke2021-12-062-16/+20
* Fixed real value bugAidenRushbrooke2021-12-062-10/+12
* added clear results button (or press F4)jwansek2021-12-052-4/+15
* Updated report grammarAidenRushbrooke2021-12-055-6/+40
* Added subroutines and comments for most filesAidenRushbrooke2021-12-0511-92/+621
* Added basic function supportAidenRushbrooke2021-12-0410-27/+301
* tested in linux and added .shjwansek2021-11-302-1/+2
* added save as and new file implementationsjwansek2021-11-303-5/+18
* Merge branch 'main' of https://github.com/AlfieEagleton/EsotericProject into ...jwansek2021-11-301-2/+9
|\
| * correct small typochris.sutcliffe2021-11-301-1/+1
| * Merge branch 'main' of github.com:AlfieEagleton/EsotericProject into mainchris.sutcliffe2021-11-308-5/+82
| |\
| * | update readme to contain ide usage informationchris.sutcliffe2021-11-291-1/+8
* | | added first version of python IDEjwansek2021-11-304-0/+235
| |/ |/|
* | added hello world javafx programjwansek2021-11-296-0/+79
* | fixed bug where binaries were built in the wrong directoryjwansek2021-11-292-5/+3
|/
* clean repo (remove code dir, add UI dir)chris.sutcliffe2021-11-291-0/+0
* added example programs backjwansek2021-11-292-0/+14
* tidied up the folder a bitjwansek2021-11-293-14/+0
* added newline at end of manifest file (as required)jwansek2021-11-292-0/+18
* added compilation to .jarjwansek2021-11-294-3/+7
* add util class for reading files and change filereading methodchris.sutcliffe2021-11-282-7/+55
* Added basic support for arraysAidenRushbrooke2021-11-277-41/+150
* Merge branch 'main' of https://github.com/AlfieEagleton/EsotericProject into ...jwansek2021-11-2210-76/+164
|\
| * Improved error handing and added logical statementsAidenRushbrooke2021-11-2210-81/+167
* | 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-206-13/+47
* Added Do statements and code blocksAidenRushbrooke2021-11-176-35/+122
* added testing of previous sprints to repositoryjwansek2021-11-151-1/+8
* changed output name to same as source file, added build folder, linux compata...jwansek2021-11-086-28/+56
* Added support for strings and improved print statement syntaxAidenRushbrooke2021-11-0710-46/+213
* Basic floating point support and small improvements to error handingAidenRushbrooke2021-11-0711-42/+91
* Working if/else statements (very basic and unstable)AidenRushbrooke2021-11-068-3/+82