summary refs log tree commit diff
path: root/source
AgeCommit message (Expand)AuthorFilesLines
2018-11-10Add boolean literalsPaweł Dybiec2-3/+4
2018-11-09Support multiple indexingPaweł Dybiec1-8/+7
2018-11-09Proper handling of semicolonsPaweł Dybiec1-2/+2
2018-11-08Add bool expressions, fixed ambiguity with EOFPaweł Dybiec1-2/+1
2018-11-08Fix string lexingPaweł Dybiec1-1/+1
2018-11-08Fix multi variable declarationPaweł Dybiec1-1/+1
2018-11-08Added structs and array indexingPaweł Dybiec1-5/+21
2018-11-07Add semicolons, multi variable declaration. Fix returnsPaweł Dybiec2-38/+15
2018-11-07Fix ast rawprinterPaweł Dybiec1-1/+1
2018-11-06Add support for charsPaweł Dybiec2-16/+31
2018-11-05Add more expressions and statementsPaweł Dybiec2-6/+74
2018-11-04Group operators of same precedence in productionsPaweł Dybiec1-37/+31
2018-11-04Parse basic expressions and statementsPaweł Dybiec2-5/+82
2018-11-04Parse array dimensionsPaweł Dybiec1-4/+6
2018-11-04parse function argumentsPaweł Dybiec2-54/+51
2018-11-04Add basic tokens + parse function namePaweł Dybiec2-1/+70
2018-11-03Add first tokensPaweł Dybiec2-2/+12
2018-11-03Change local pathsPaweł Dybiec3-14/+14
2018-10-30Initial commitPaweł Dybiec35-0/+4673