Commit Graph
14 Commits
Author SHA1 Message Date
gingerBill 28be0ad69b Fix IR print bug for empty structs; 2017-07-28 11:35:01 +01:00
gingerBill f0980c0a98 Fix import name exportation bug; Fix procedure type printing 2017-07-24 07:57:09 +01:00
Ginger Bill aed7a83f5b Code reorganization - Separate files and slice refactoring 2016-10-26 15:05:41 +01:00
Ginger Bill 6996df4104 Fix double declarations with enum bug 2016-10-26 12:00:40 +01:00
Ginger Bill 6907951f1e Fix type info generation
The problem: entry's index != entry->value in info_type_map
But I was assuming this
2016-09-22 13:34:14 +01:00
Ginger Bill 0e2347e582 Filename as default import name; as .; as _; panic() 2016-09-21 14:46:56 +01:00
Ginger Bill 745237459a Initial Demo001 code for tour of language 2016-08-19 15:35:48 +01:00
Ginger Bill f931b089d5 print_(f32|f64) 2016-08-18 15:58:36 +01:00
gingerBill c10b46af9f Compound Literals - struct, array, slice, vector 2016-08-12 17:21:34 +01:00
gingerBill 84f2bcd885 Nested Procedures 2016-08-11 22:05:09 +01:00
gingerBill 19cc77dad3 Code generation for procedure literals 2016-08-11 21:53:44 +01:00
gingerBill 4c467b118d copy(...) 2016-08-10 20:07:24 +01:00
gingerBill 153c27c755 Tuple support in codegen 2016-08-10 11:53:17 +01:00
gingerBill c930841f83 f16/f128,u|i128, basic vector support. 2016-08-10 10:00:57 +01:00