Ginger Bill
|
fc1af0a04b
|
Fix build error caused by invalid iterator types in for
|
2017-01-05 23:50:44 +00:00 |
|
Ginger Bill
|
207b252f23
|
Fix checking termination of a procedure
|
2017-01-05 22:32:19 +00:00 |
|
Ginger Bill
|
915b5cdab7
|
Rename llir -> ir
|
2017-01-04 11:24:32 +00:00 |
|
Ginger Bill
|
cff1b3dff6
|
v0.0.5
Fix enumerations to so they work as integers in indices; Add llir_opt.c and llir_print.c
|
2017-01-03 20:07:46 +00:00 |
|
Ginger Bill
|
883dd0642c
|
Change prev ssa to llir;
|
2017-01-03 19:34:06 +00:00 |
|
Ginger Bill
|
70d4ca00df
|
while; range is now for; remove ++ and --
|
2017-01-03 19:11:12 +00:00 |
|
Ginger Bill
|
a86896e4d3
|
Interval expressions in range
|
2017-01-03 18:02:13 +00:00 |
|
Ginger Bill
|
a3883a178c
|
range statement
|
2017-01-02 18:47:47 +00:00 |
|
Ginger Bill
|
9202bd1b06
|
Nearly finished Jai-like declarations
|
2017-01-01 20:41:10 +00:00 |
|
Ginger Bill
|
a48e0c7179
|
Begin transition to Jai-like syntax
|
2017-01-01 19:08:03 +00:00 |
|
Ginger Bill
|
311b5cb6e2
|
Add enum type info and fix enum casting
|
2017-01-01 16:58:38 +00:00 |
|
Ginger Bill
|
6fef74317c
|
Bring back enum but using iota
|
2017-01-01 16:18:50 +00:00 |
|
Ginger Bill
|
0c6775ca14
|
Fix give expressions
|
2016-12-30 22:52:43 +00:00 |
|
Ginger Bill
|
2ecafda1d3
|
if expression
|
2016-12-30 16:21:45 +00:00 |
|
Ginger Bill
|
23d32f34e5
|
Block Expressions and give
|
2016-12-30 15:45:10 +00:00 |
|
Ginger Bill
|
923b039cf6
|
Fix anonymous procedures and their dependencies
|
2016-12-21 15:20:33 +00:00 |
|
Ginger Bill
|
d0e1efe622
|
Generic (grouped) declarations: var, let, const, type, import, include
|
2016-12-20 18:58:17 +00:00 |
|
Ginger Bill
|
478d63424f
|
Remove enum for favour of Go-style enumerations
|
2016-12-19 14:03:59 +00:00 |
|
Ginger Bill
|
f5eeecaca5
|
Begin generic declarations for lists of specifications
|
2016-12-19 11:56:45 +00:00 |
|
Ginger Bill
|
4c10fbdcd4
|
Change record field syntax
|
2016-12-18 22:23:34 +00:00 |
|
Ginger Bill
|
f567983260
|
Semicolons mandatory again (and probably forever now...)
|
2016-12-16 11:31:08 +00:00 |
|
Ginger Bill
|
a6f8c9d6e0
|
v0.0.4 - odin build_dll, atomic.odin, sync.odin
|
2016-12-09 16:28:31 +00:00 |
|
Ginger Bill
|
fa89d2775a
|
build_dll; Require an entry point procedure main
|
2016-12-08 17:33:30 +00:00 |
|
Ginger Bill
|
c71b547cde
|
(Crude) Cyclic Type Checking
|
2016-12-04 23:25:52 +00:00 |
|
Ginger Bill
|
4bb45700a5
|
Semicolons are required; when condition for certain file scope declarations; #import syntax change
|
2016-12-01 22:44:00 +00:00 |
|
Ginger Bill
|
b76c8abe73
|
error_node
|
2016-11-30 10:52:09 +00:00 |
|
Ginger Bill
|
d9c686b53d
|
when statement; Better entity collection system (for both local and global); Better parsing for record declarations
|
2016-11-29 23:57:06 +00:00 |
|
Ginger Bill
|
b232b9d5ea
|
Basic when statement - Compile time if statement
This is similar to an #if in C but handled during the semantic checking stage.
|
2016-11-29 22:08:48 +00:00 |
|
Ginger Bill
|
7792f009b8
|
Numpty forgot to add .c files
|
2016-11-23 14:41:20 +00:00 |
|