aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed demov0.5.0Ginger Bill2017-06-274-39/+65
* Write demo for v0.5.0Ginger Bill2017-06-264-20/+443
* Revert demoGinger Bill2017-06-261-6/+1
* Fix poly-procs for variadic callsGinger Bill2017-06-261-26/+30
* Allow for named arguments for polymorphic proceduresGinger Bill2017-06-264-126/+172
* Reduce excessive node cloning on para-poly checking and fix scope bugGinger Bill2017-06-263-13/+24
* Fix IR printing for para-poly proceduresGinger Bill2017-06-262-32/+19
* Remove `let`Ginger Bill2017-06-2614-35/+30
* Undef value `---` (for setting a value to be uninitialized/undefined)Ginger Bill2017-06-268-14/+124
* Remove "overloading" bug of para-poly-procsGinger Bill2017-06-255-50/+67
* `new` as a user-level procedureGinger Bill2017-06-255-8/+13
* Allow nested para-poly proceduresGinger Bill2017-06-254-57/+92
* Rudimentary para-poly proceduresGinger Bill2017-06-258-77/+186
* Generic procedures generate types on useGinger Bill2017-06-256-168/+244
* Fix typo for some built-in proceduresGinger Bill2017-06-253-8/+18
* Basic command line flags: e.g. `-opt=0`Ginger Bill2017-06-248-90/+314
* `expand_to_tuple`Ginger Bill2017-06-244-11/+82
* Use UTF-8 command line on windowsGinger Bill2017-06-247-42/+162
* Wrap hashing functionsGinger Bill2017-06-225-60/+59
* Clean up code for return statements, slightlyGinger Bill2017-06-222-43/+61
* Default result values for procedure types; Named result values in `return` st...Ginger Bill2017-06-2210-194/+484
* Amend Checker APIGinger Bill2017-06-214-57/+81
* Update old demosGinger Bill2017-06-2110-444/+440
* Merge branch 'master' of https://github.com/gingerBill/OdinGinger Bill2017-06-218-87/+178
|\
| * Implicit Parameter Passing based `context` system (replacing Thread Local Sto...Ginger Bill2017-06-208-87/+178
* | Fix compilation bug on LinuxGinger Bill2017-06-213-4/+5
|/
* Compiler compiles for x86 (doesn't work properly)Ginger Bill2017-06-199-161/+208
* Code will compile as 32 bit but will causes errors in the linker on WindowsGinger Bill2017-06-1911-620/+672
* Barebones layout for the documentation declarationsGinger Bill2017-06-181-43/+108
* Add docs.cppGinger Bill2017-06-181-0/+72
* Begin work on documentation generationGinger Bill2017-06-186-90/+278
* Fix #location for anonymous proceduresGinger Bill2017-06-182-5/+14
* Implement `assert` and `panic` in user side codeGinger Bill2017-06-184-114/+57
* `#location(..)` and `#call_location`Ginger Bill2017-06-1811-97/+242
* Fix error reporting for foreign blocksGinger Bill2017-06-171-1/+3
* Declaration grouping uses () rather than {}; Fix some problem with compilatio...Ginger Bill2017-06-1732-197/+195
* Add extra check for bodiless proceduresGinger Bill2017-06-152-7/+4
* Code use API rather than raw CheckerInfo; begin work on generic proceduresGinger Bill2017-06-157-129/+280
* Add foreign variablesGinger Bill2017-06-156-63/+261
* Merge size_of and size_of_val et al.Ginger Bill2017-06-153-117/+32
* Add CheckerInfo API functionsGinger Bill2017-06-155-791/+813
* Fix issue #72 - 128-bit literal corruptionGinger Bill2017-06-142-2/+14
* C-style `c_vararg`s (Not heavily tested)Ginger Bill2017-06-137-55/+202
* Fix compilation error for Invalid EntityKindGinger Bill2017-06-131-1/+5
* Declaration grouping uses braces rather than parenthesesGinger Bill2017-06-1327-199/+183
* Update README.mdv0.4.0Ginger Bill2017-06-121-0/+1
* "Revert" to older demoGinger Bill2017-06-121-16/+15
* Remove redundant paths in parsingGinger Bill2017-06-121-53/+54
* `foreign` blocks for proceduresGinger Bill2017-06-1216-612/+687
* Update default field value syntax; Use more declaration groupingsGinger Bill2017-06-129-236/+273