aboutsummaryrefslogtreecommitdiff
path: root/src/checker/expression.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Basic call expression and fix to assignment count checkinggingerBill2016-08-031-2108/+0
|
* Slice creation for SliceExprgingerBill2016-08-031-27/+27
|
* Massive Refactor and If statementsgingerBill2016-08-021-191/+220
|
* Big Refactor to type less :PgingerBill2016-08-011-264/+264
|
* Restart LLVM IR SSA generationgingerBill2016-07-301-58/+18
| | | | This is the third go and I'm going for it!
* `alias` and unified parameters lists for procedures and structures.gingerBill2016-07-251-9/+9
|
* Compound literals and WarningsgingerBill2016-07-231-89/+196
|
* Procedure LiteralgingerBill2016-07-221-5/+25
|
* Support import files as modules (i.e. import only once)gingerBill2016-07-211-354/+358
|
* Random Order File Scope DeclarationgingerBill2016-07-121-26/+35
|
* Tags, enclosed proc results and better error handlinggingerBill2016-07-111-52/+108
|
* Initial release versiongingerBill2016-07-091-42/+71
| | | | | | * Code cleanup * Fix some TODOs * Reduce heap allocation use and replace with arena allocation
* Slices and slice expressionsgingerBill2016-07-081-32/+217
|
* Initial CommitgingerBill2016-07-071-0/+1709
Original Git Repo "went bad" so I had to restart.