aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed demov0.5.0Ginger Bill2017-06-273-34/+54
* Write demo for v0.5.0Ginger Bill2017-06-263-20/+35
* Fix poly-procs for variadic callsGinger Bill2017-06-261-26/+30
* Allow for named arguments for polymorphic proceduresGinger Bill2017-06-263-123/+171
* 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-267-25/+20
* 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-253-42/+65
* `new` as a user-level procedureGinger Bill2017-06-253-3/+7
* Allow nested para-poly proceduresGinger Bill2017-06-253-54/+88
* Rudimentary para-poly proceduresGinger Bill2017-06-257-76/+182
* Generic procedures generate types on useGinger Bill2017-06-255-168/+235
* Fix typo for some built-in proceduresGinger Bill2017-06-253-8/+18
* Basic command line flags: e.g. `-opt=0`Ginger Bill2017-06-247-89/+313
* `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-226-63/+411
* Amend Checker APIGinger Bill2017-06-214-57/+81
* Update old demosGinger Bill2017-06-213-30/+52
* Merge branch 'master' of https://github.com/gingerBill/OdinGinger Bill2017-06-216-47/+128
|\
| * Implicit Parameter Passing based `context` system (replacing Thread Local Sto...Ginger Bill2017-06-206-47/+128
* | Fix compilation bug on LinuxGinger Bill2017-06-211-1/+1
|/
* Compiler compiles for x86 (doesn't work properly)Ginger Bill2017-06-195-49/+76
* Code will compile as 32 bit but will causes errors in the linker on WindowsGinger Bill2017-06-198-507/+523
* 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-181-2/+5
* Implement `assert` and `panic` in user side codeGinger Bill2017-06-183-99/+34
* `#location(..)` and `#call_location`Ginger Bill2017-06-1810-97/+229
* Fix error reporting for foreign blocksGinger Bill2017-06-171-1/+3
* Declaration grouping uses () rather than {}; Fix some problem with compilatio...Ginger Bill2017-06-178-32/+31
* 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-135-35/+7
* Remove redundant paths in parsingGinger Bill2017-06-121-53/+54
* `foreign` blocks for proceduresGinger Bill2017-06-127-97/+154
* Update default field value syntax; Use more declaration groupingsGinger Bill2017-06-121-3/+4
* Check for empty generic declaration listGinger Bill2017-06-121-1/+8
* Fix IR bug for TypeSpecGinger Bill2017-06-122-2/+2
* foreign_library allow for Pascal-style groupingGinger Bill2017-06-124-357/+207