aboutsummaryrefslogtreecommitdiff
path: root/src/tokenizer.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* defer statementsgingerBill2016-08-161-15/+16
|
* Win32 Window TestgingerBill2016-08-161-0/+1
|
* Full Unicode SupportgingerBill2016-08-151-27/+0
|
* string comparisonsgingerBill2016-08-151-1/+0
|
* append :: proc(s: ^[]T, i: T) -> boolgingerBill2016-08-141-16/+23
|
* expr as type; {N}bool is still causing problemsgingerBill2016-08-141-10/+16
|
* Compound Literals - struct, array, slice, vectorgingerBill2016-08-121-5/+2
|
* f16/f128,u|i128, basic vector support.gingerBill2016-08-101-27/+54
|
* Strings galore!gingerBill2016-08-051-88/+88
|
* String supportgingerBill2016-08-051-16/+61
|
* 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.