Commit Graph

14 Commits

Author SHA1 Message Date
Ginger Bill a06f70d5d9 Better using; foreign system libraries; optional semicolons 2016-08-30 18:39:29 +01:00
Ginger Bill 0eaf7bd830 Begin "Everything's a namespace" 2016-08-30 00:04:14 +01:00
Ginger Bill ae75ab169b Pointer arithmetic builtin procedures 2016-08-27 11:05:08 +01:00
Ginger Bill f93cf3827b Change rune literals to #rune "C" 2016-08-25 00:23:04 +01:00
Ginger Bill d2c64be85c using on struct/union fields 2016-08-24 23:25:56 +01:00
gingerBill aaecb18c8f Fix procedure's scope 2016-08-23 00:03:53 +01:00
Ginger Bill f931b089d5 print_(f32|f64) 2016-08-18 15:58:36 +01:00
gingerBill 4a303b5c3e Minor refactor and basic library 2016-08-05 15:17:23 +01:00
gingerBill 776dc0e8f1 Restart LLVM IR SSA generation
This is the third go and I'm going for it!
2016-07-30 00:17:13 +01:00
gingerBill 32ab8fcf99 alias and unified parameters lists for procedures and structures. 2016-07-25 11:14:25 +01:00
gingerBill cbd82e3c02 Support import files as modules (i.e. import only once) 2016-07-21 00:26:14 +01:00
gingerBill aa6a2caecb Random Order File Scope Declaration 2016-07-12 23:53:34 +01:00
gingerBill f7a669d342 Initial release version
* Code cleanup
* Fix some TODOs
* Reduce heap allocation use and replace with arena allocation
2016-07-09 00:31:57 +01:00
gingerBill 7430008fd7 Initial Commit
Original Git Repo "went bad" so I had to restart.
2016-07-07 21:47:33 +01:00