aboutsummaryrefslogtreecommitdiff
path: root/src/parser.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Path validatorgingerBill2016-07-211-8/+54
|
* Only allow .odin files to be parsedgingerBill2016-07-211-3/+5
|
* Support import files as modules (i.e. import only once)gingerBill2016-07-211-511/+670
|
* Random Order File Scope DeclarationgingerBill2016-07-121-4/+8
|
* Tags, enclosed proc results and better error handlinggingerBill2016-07-111-113/+145
|
* Initial release versiongingerBill2016-07-091-55/+33
| | | | | | * Code cleanup * Fix some TODOs * Reduce heap allocation use and replace with arena allocation
* Slices and slice expressionsgingerBill2016-07-081-4/+55
|
* Initial CommitgingerBill2016-07-071-0/+1591
Original Git Repo "went bad" so I had to restart.