aboutsummaryrefslogtreecommitdiff
path: root/code
Commit message (Expand)AuthorAgeFilesLines
...
* Demo 004Ginger Bill2016-09-281-4/+55
* Update Standard Library; Fix Type_Info for integersGinger Bill2016-09-282-2/+8
* Fix: double declaration in SSAGinger Bill2016-09-271-3/+0
* Fix minimal dependency for nested entitiesGinger Bill2016-09-271-0/+3
* Minimal Dependency Map: Only build what is neededGinger Bill2016-09-271-1/+3
* Bug Fixes: some assertions; variable inits;Ginger Bill2016-09-241-22/+0
* Any order declarations at procedure scope (except variables)Ginger Bill2016-09-241-5/+3
* Fix returns of tupleGinger Bill2016-09-231-0/+11
* Fix push_* with better defer systemGinger Bill2016-09-233-331/+746
* Unicode file loading; push_allocator & push_contextGinger Bill2016-09-232-3/+14
* Fix assert; exporting rulesGinger Bill2016-09-223-32/+30
* Demo 003Ginger Bill2016-09-224-184/+199
* Fix type info generationGinger Bill2016-09-221-21/+49
* Fix enum type comparison; Start demo 003 codeGinger Bill2016-09-214-25/+318
* Filename as default import name; as .; as _; panic()Ginger Bill2016-09-214-9/+10
* Sort enum entities; Remove sprint* from fmt.odinGinger Bill2016-09-201-3/+26
* fmt improvement; Minor refactoringGinger Bill2016-09-192-61/+51
* enum_to_string fix; enum count, min_value, max_valueGinger Bill2016-09-191-17/+23
* enum_to_stringGinger Bill2016-09-193-21/+194
* Core library and Better name mangling for filesGinger Bill2016-09-192-0/+10
* Better name mangler for SSA generationGinger Bill2016-09-184-437/+37
* #import search rule: relative then core/Ginger Bill2016-09-175-1543/+0
* VarDecl and ConstDecl split; error, warning, et al. now globalGinger Bill2016-09-174-2/+1175
* #import and #loadGinger Bill2016-09-162-15/+2
* Call expression, either handle all or ignore all results.Ginger Bill2016-09-164-38/+58
* ssa - alloca all variables at the very startGinger Bill2016-09-153-61/+111
* #file #line directivesGinger Bill2016-09-153-41/+44
* Fix namespacing issues for #import; allow using ImportNameGinger Bill2016-09-148-724/+154
* #import "" as namespaceGinger Bill2016-09-144-125/+18
* Basic module system (only file namespacing)Ginger Bill2016-09-142-7/+11
* Begin work on modules - No codegen!!!Ginger Bill2016-09-145-26/+32
* Fix addressing modes for selectorsGinger Bill2016-09-132-16/+24
* Remove len(), cap() and replace with selectors; fix defer in matchGinger Bill2016-09-134-131/+276
* Fix array bounds checkingGinger Bill2016-09-124-53/+120
* Slice and substring bounds checkingGinger Bill2016-09-121-1/+14
* Switchable array bounds checkingGinger Bill2016-09-1211-0/+2939