aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Still working on astYann Herklotz2017-03-0314-81/+186
* Changing ast structure againYann Herklotz2017-03-02105-938/+357
* Adding compiler to makefileYann Herklotz2017-03-012-4/+33
* compilerYann Herklotz2017-03-011-0/+1
* Finished parserYann Herklotz2017-03-01111-284/+1741
* Changing notesYann Herklotz2017-02-281-1/+20
* Changing notesYann Herklotz2017-02-281-1/+12
* Parser working completely nowYann Herklotz2017-02-231-1/+2
* Changing declarationsYann Herklotz2017-02-221-4/+4
* Added notesYann Herklotz2017-02-211-0/+32
* Nearly all working perfectlyYann Herklotz2017-02-1929-63/+281
* Finished declarations completetly apart from curliesYann Herklotz2017-02-1938-84/+344
* FInished parser but still have one shift/reduce warningYann Herklotz2017-02-194-68/+284
* Finished if statement for the most partYann Herklotz2017-02-1921-22/+187
* Merge branch 'master' of github.com:LangProc/langproc-2016-cwYann Herklotz2017-02-181-2/+2
|\
| * Fix un-parseable example. Thanks to @dan12n. Closes #17m8pple2017-02-141-2/+2
* | Merge branch 'parser'Yann Herklotz2017-02-1745-79/+306
|\ \
| * | Creating if statement and added test case for itYann Herklotz2017-02-177-5/+40
| * | Finished functions completely, now moving on to statementsYann Herklotz2017-02-1713-2/+108
| * | Added %emptyYann Herklotz2017-02-171-1/+1
| * | Fixed case for empty param list in functionYann Herklotz2017-02-175-10/+11
| * | made tests in nicer formatYann Herklotz2017-02-179-2/+2
| * | Finished compound statement for function and added test casesYann Herklotz2017-02-1728-76/+161
* | | Merge branch 'parser'Yann Herklotz2017-02-1714-28/+294
|\| |
| * | Finished functions for nowYann Herklotz2017-02-176-4/+71
| * | Functions now work as wellYann Herklotz2017-02-175-13/+33
| * | Making functions workYann Herklotz2017-02-176-7/+79
| * | Working variables finally by adding mutableYann Herklotz2017-02-1710-20/+44
| * | Changing ast and improving itYann Herklotz2017-02-167-18/+61
| * | Don't know if I made progressYann Herklotz2017-02-152-21/+43
| * | Finished parser for declarationsYann Herklotz2017-02-155-15/+33
* | | Merge branch 'parser'Yann Herklotz2017-02-146-18/+45
|\| |
| * | Working vector in parserYann Herklotz2017-02-142-37/+0
| * | Working vector in parserYann Herklotz2017-02-149-32/+82
* | | rem temp filesYann Herklotz2017-02-141-14/+0
|/ /
* | Working kind ofYann Herklotz2017-02-138-38/+17
* | Kind of workingYann Herklotz2017-02-123-4/+15
* | Saving files to make changesYann Herklotz2017-02-129-73/+80
* | Fixing .gitignoreYann Herklotz2017-02-124-311/+55
* | Continuing parser and introducing expressions and statementsYann Herklotz2017-02-125-28/+27
* | Getting parser done nowYann Herklotz2017-02-111-1/+1
* | Finished lexer for the parserYann Herklotz2017-02-113-39/+62
* | Added more emacs settingsYann Herklotz2017-02-101-1/+2
* | Making emacs compatibleYann Herklotz2017-02-102-1/+1
* | Fixed a few filesYann Herklotz2017-02-093-311/+2
* | Started parser but not working yet, finished makefileYann Herklotz2017-02-0715-2347/+767
* | Update makefileYann Herklotz2017-02-071-1/+1
* | Went about the issue with yyleng being of weird typeYann Herklotz2017-02-076-12/+19
* | Refining makefile even moreYann Herklotz2017-02-071-1/+1
* | Refining makefileYann Herklotz2017-02-071-0/+2