Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove useless sections of report | chris.sutcliffe | 2021-12-15 | 2 | -71/+0 |
| | |||||
* | Merge branch 'main' of github.com:AlfieEagleton/EsotericProject into main | chris.sutcliffe | 2021-12-15 | 6 | -72/+122 |
|\ | |||||
| * | Agile development - Ch5 updates | Alfie Eagleton | 2021-12-14 | 6 | -6/+96 |
| | | |||||
| * | Added more examples of esoteric languages | AidenRushbrooke | 2021-12-14 | 2 | -5/+8 |
| | | |||||
| * | Merge branch 'main' of https://github.com/AlfieEagleton/EsotericProjectGroup12 | AidenRushbrooke | 2021-12-14 | 5 | -24/+41 |
| |\ | |||||
| * | | Written up information around the language grammar | AidenRushbrooke | 2021-12-14 | 2 | -61/+18 |
| | | | |||||
* | | | add to readme for temp tasks | chris.sutcliffe | 2021-12-15 | 1 | -1/+5 |
| | | | |||||
* | | | add loop and conditional tests | chris.sutcliffe | 2021-12-14 | 1 | -0/+96 |
| | | | |||||
* | | | add basic variable tests | chris.sutcliffe | 2021-12-14 | 1 | -0/+91 |
| |/ |/| | |||||
* | | add file reload from disk feature, correct typo in comments | chris.sutcliffe | 2021-12-14 | 1 | -1/+11 |
| | | |||||
* | | ass basic test file (to be expanded) | chris.sutcliffe | 2021-12-13 | 1 | -0/+3 |
| | | |||||
* | | add very simple utils testing | chris.sutcliffe | 2021-12-13 | 1 | -3/+10 |
| | | |||||
* | | update readme | chris.sutcliffe | 2021-12-13 | 1 | -16/+8 |
| | | |||||
* | | fix maths linker error | chris.sutcliffe | 2021-12-13 | 1 | -3/+8 |
| | | |||||
* | | fixed bug with gui | jwansek | 2021-12-13 | 1 | -1/+1 |
|/ | |||||
* | fixed sieve example | jwansek | 2021-12-13 | 1 | -1/+1 |
| | |||||
* | added IDE documentation | jwansek | 2021-12-13 | 3 | -0/+31 |
| | |||||
* | Added UML diagrams for each sprint | AidenRushbrooke | 2021-12-13 | 6 | -1/+24 |
| | |||||
* | Added to chapter 3 of the report | AidenRushbrooke | 2021-12-13 | 4 | -136/+22 |
| | |||||
* | Merge branch 'main' of https://github.com/AlfieEagleton/EsotericProject | jwansek | 2021-12-12 | 1 | -23/+24 |
|\ | |||||
| * | correct readme again | chris.sutcliffe | 2021-12-12 | 1 | -5/+5 |
| | | |||||
| * | update readme | chris.sutcliffe | 2021-12-12 | 1 | -1/+1 |
| | | |||||
| * | correct readme | chris.sutcliffe | 2021-12-12 | 1 | -17/+18 |
| | | |||||
* | | added commented out left associativity example | jwansek | 2021-12-12 | 1 | -1/+2 |
|/ | |||||
* | Adjusted introduction and written conclusion | AidenRushbrooke | 2021-12-12 | 2 | -12/+37 |
| | |||||
* | Logical example and demo structure | AidenRushbrooke | 2021-12-10 | 2 | -0/+41 |
| | |||||
* | Merge branch 'main' of https://github.com/AlfieEagleton/EsotericProject | AidenRushbrooke | 2021-12-09 | 1 | -3/+62 |
|\ | |||||
| * | add to readme | chris.sutcliffe | 2021-12-08 | 1 | -3/+62 |
| | | |||||
* | | Added example program of each main feature | AidenRushbrooke | 2021-12-09 | 16 | -94/+106 |
|/ | |||||
* | Added list of features to show in demo | AidenRushbrooke | 2021-12-08 | 1 | -0/+15 |
| | |||||
* | Fixed bug with function return and added recursive example | AidenRushbrooke | 2021-12-08 | 3 | -40/+48 |
| | |||||
* | Fixed known issues | AidenRushbrooke | 2021-12-07 | 5 | -26/+28 |
| | |||||
* | added raw todo | chris.sutcliffe | 2021-12-07 | 1 | -0/+58 |
| | |||||
* | Added comment support | AidenRushbrooke | 2021-12-06 | 2 | -16/+20 |
| | |||||
* | Fixed real value bug | AidenRushbrooke | 2021-12-06 | 2 | -10/+12 |
| | |||||
* | added clear results button (or press F4) | jwansek | 2021-12-05 | 2 | -4/+15 |
| | |||||
* | Updated report grammar | AidenRushbrooke | 2021-12-05 | 7 | -18/+86 |
| | |||||
* | Added subroutines and comments for most files | AidenRushbrooke | 2021-12-05 | 11 | -92/+621 |
| | |||||
* | Added basic function support | AidenRushbrooke | 2021-12-04 | 10 | -27/+301 |
| | |||||
* | tested in linux and added .sh | jwansek | 2021-11-30 | 2 | -1/+2 |
| | |||||
* | added save as and new file implementations | jwansek | 2021-11-30 | 3 | -5/+18 |
| | |||||
* | Merge branch 'main' of https://github.com/AlfieEagleton/EsotericProject into ↵ | jwansek | 2021-11-30 | 2 | -3/+16 |
|\ | | | | | | | main | ||||
| * | add todo to readme to keep track | chris.sutcliffe | 2021-11-30 | 1 | -1/+7 |
| | | |||||
| * | correct small typo | chris.sutcliffe | 2021-11-30 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'main' of github.com:AlfieEagleton/EsotericProject into main | chris.sutcliffe | 2021-11-30 | 9 | -5/+83 |
| |\ | |||||
| * | | update readme to contain ide usage information | chris.sutcliffe | 2021-11-29 | 1 | -1/+8 |
| | | | |||||
* | | | added first version of python IDE | jwansek | 2021-11-30 | 5 | -0/+237 |
| |/ |/| | |||||
* | | added hello world javafx program | jwansek | 2021-11-29 | 7 | -0/+80 |
| | | |||||
* | | fixed bug where binaries were built in the wrong directory | jwansek | 2021-11-29 | 2 | -5/+3 |
|/ | |||||
* | clean repo (remove code dir, add UI dir) | chris.sutcliffe | 2021-11-29 | 46 | -1564/+0 |
| |