aboutsummaryrefslogtreecommitdiff
path: root/src/tokenizer.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Massive Refactor and If statementsgingerBill2016-08-021-1/+6
|
* Basic ComparisonsgingerBill2016-08-011-1/+1
|
* Variable declaration and assign, unary operatorsgingerBill2016-07-311-7/+9
|
* Restart LLVM IR SSA generationgingerBill2016-07-301-213/+104
| | | | This is the third go and I'm going for it!
* `alias` and unified parameters lists for procedures and structures.gingerBill2016-07-251-0/+3
|
* Branch Statements, if init statement, File parsing errorsgingerBill2016-07-241-9/+44
|
* Compound literals and WarningsgingerBill2016-07-231-7/+55
|
* Support import files as modules (i.e. import only once)gingerBill2016-07-211-22/+22
|
* Random Order File Scope DeclarationgingerBill2016-07-121-0/+3
|
* Tags, enclosed proc results and better error handlinggingerBill2016-07-111-11/+0
|
* Initial release versiongingerBill2016-07-091-3/+8
| | | | | | * Code cleanup * Fix some TODOs * Reduce heap allocation use and replace with arena allocation
* Slices and slice expressionsgingerBill2016-07-081-1/+1
|
* Initial CommitgingerBill2016-07-071-0/+760
Original Git Repo "went bad" so I had to restart.