aboutsummaryrefslogtreecommitdiff
path: root/src/printer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functionsGinger Bill2017-07-061-1/+1
* Build as C++Ginger Bill2017-06-081-0/+221
* Change extensions .cpp to .cGinger Bill2016-11-231-221/+0
* Change from gbArray(T) to Array<T>Ginger Bill2016-10-081-16/+16
* Untyped `nil`Ginger Bill2016-10-061-4/+4
* VarDecl and ConstDecl split; error, warning, et al. now globalGinger Bill2016-09-171-4/+11
* Remove AstNode linked lists and replace with arraysGinger Bill2016-09-071-18/+43
* Match statements; Type System change (Type_Record for all sum and product types)Ginger Bill2016-09-011-1/+1
* Begin "Everything's a namespace"Ginger Bill2016-08-301-1/+1
* Win32 Demo: OpenGL ContextgingerBill2016-08-161-8/+0
* #foreign "custom_name"; <N x i1> bugs (see test.ll and test2.ll)gingerBill2016-08-141-1/+0
* expr as type; {N}bool is still causing problemsgingerBill2016-08-141-6/+0
* Compound Literals - struct, array, slice, vectorgingerBill2016-08-121-4/+1
* ret, unreachable, param, derefgingerBill2016-08-021-1/+1
* Massive Refactor and If statementsgingerBill2016-08-021-64/+64
* Big Refactor to type less :PgingerBill2016-08-011-86/+86
* Restart LLVM IR SSA generationgingerBill2016-07-301-1/+9
* `alias` and unified parameters lists for procedures and structures.gingerBill2016-07-251-2/+2
* Compound literals and WarningsgingerBill2016-07-231-0/+14
* Tags, enclosed proc results and better error handlinggingerBill2016-07-111-1/+2
* Initial CommitgingerBill2016-07-071-0/+184