aboutsummaryrefslogtreecommitdiff
path: root/src/checker/statements.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Basic call expression and fix to assignment count checkinggingerBill2016-08-031-903/+0
|
* Slice creation for SliceExprgingerBill2016-08-031-18/+18
|
* ret, unreachable, param, derefgingerBill2016-08-021-4/+4
|
* Massive Refactor and If statementsgingerBill2016-08-021-125/+129
|
* Big Refactor to type less :PgingerBill2016-08-011-145/+145
|
* Variable declaration and assign, unary operatorsgingerBill2016-07-311-1/+1
|
* Restart LLVM IR SSA generationgingerBill2016-07-301-16/+8
| | | | This is the third go and I'm going for it!
* `alias` and unified parameters lists for procedures and structures.gingerBill2016-07-251-5/+27
|
* Branch Statements, if init statement, File parsing errorsgingerBill2016-07-241-31/+75
|
* Compound literals and WarningsgingerBill2016-07-231-114/+111
|
* Procedure LiteralgingerBill2016-07-221-19/+22
|
* Support import files as modules (i.e. import only once)gingerBill2016-07-211-55/+60
|
* Random Order File Scope DeclarationgingerBill2016-07-121-121/+221
|
* Tags, enclosed proc results and better error handlinggingerBill2016-07-111-9/+36
|
* Initial release versiongingerBill2016-07-091-32/+40
| | | | | | * Code cleanup * Fix some TODOs * Reduce heap allocation use and replace with arena allocation
* Slices and slice expressionsgingerBill2016-07-081-3/+9
|
* Initial CommitgingerBill2016-07-071-0/+695
Original Git Repo "went bad" so I had to restart.