aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* removing working dirymherklotz2017-03-101-0/+1
* Got variables and bindings kind of workingymherklotz2017-03-1043-93/+246
* Adding mergeymherklotz2017-03-101-0/+0
* Merge branch 'master' of github.com:LangProc/langproc-2016-cwymherklotz2017-03-1018-6/+436
|\
| * Updated spec about 0==success (!)David Thomas2017-03-091-1/+1
| * Moved from success is 1 to success is 0 as suggested.David Thomas2017-03-097-12/+37
| * Transfer in test and documentation parts.David Thomas2017-03-0918-6/+411
* | Changing printasmYann Herklotz2017-03-1022-115/+197
* | Adding extra test case and slight mod to classesYann Herklotz2017-03-083-2/+15
* | Merge branch 'master' into compilerYann Herklotz2017-03-0735-181/+825
|\ \
| * | adding ctags for some reasonYann Herklotz2017-03-071-0/+683
| * | Can compile simplest programYann Herklotz2017-03-0723-139/+124
| * | Merge branch 'master' of github.com:LangProc/langproc-2016-cwYann Herklotz2017-03-061-1/+3
| |\|
| | * Note that extra attributes are allowed. Closes #24.m8pple2017-03-061-1/+3
| * | Removing declaration of filenoYann Herklotz2017-03-063-8/+14
| * | removed vagrant folderYann Herklotz2017-03-068-33/+1
| * | Merge branch 'compiler'Yann Herklotz2017-03-06129-1079/+1543
| |\ \
| * | | savingYann Herklotz2017-03-061-0/+1
* | | | Commiting compilerYann Herklotz2017-03-0717-0/+201
| |/ / |/| |
* | | Made good progressYann Herklotz2017-03-0616-28/+98
* | | making changes to type in lexer nowYann Herklotz2017-03-0621-65/+778
* | | DoneYann Herklotz2017-03-052-58/+0
* | | Finished ast change and it worksYann Herklotz2017-03-0522-345/+568
* | | Printing right wayYann Herklotz2017-03-032-2/+3
* | | Kind of workingYann Herklotz2017-03-0310-254/+88
* | | Going to testYann Herklotz2017-03-0313-94/+212
* | | Working ASTYann Herklotz2017-03-032-53/+0
* | | Working ASTYann Herklotz2017-03-035-2/+73
* | | Still working on astYann Herklotz2017-03-032-8/+0
* | | 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