Commit Graph

30 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 3a189b9c1c Save before Demo 001 2016-08-25 19:52:51 +01:00
Ginger Bill d2c64be85c using on struct/union fields 2016-08-24 23:25:56 +01:00
Ginger Bill 6bd898e552 Untagged (unsafe) unions and unambiguous in|postfix notation. 2016-08-24 15:06:36 +01:00
gingerBill 81c592b5e9 Integer Enumerations 2016-08-22 15:43:13 +01:00
gingerBill a98e93f03f File Library and TypeDecl syntax change 2016-08-22 11:52:49 +01:00
gingerBill 680274b6f1 Implicit Context and #thread_local 2016-08-19 23:35:09 +01:00
gingerBill 6f9d11b381 Remove scalar*vector; swizzle; broadcast 2016-08-17 18:36:37 +01:00
gingerBill e8530ca883 Win32 Demo: OpenGL Context 2016-08-16 20:08:40 +01:00
gingerBill 0f48a7d299 #foreign "custom_name"; <N x i1> bugs (see test.ll and test2.ll) 2016-08-14 22:19:39 +01:00
gingerBill b44bc99b88 append :: proc(s: ^[]T, i: T) -> bool 2016-08-14 15:31:11 +01:00
gingerBill ee00236412 expr as type; {N}bool is still causing problems 2016-08-14 12:22:31 +01:00
gingerBill 19cc77dad3 Code generation for procedure literals 2016-08-11 21:53:44 +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
gingerBill ba238c569a Strings galore! 2016-08-05 21:07:25 +01:00
gingerBill 4a303b5c3e Minor refactor and basic library 2016-08-05 15:17:23 +01:00
gingerBill 19aea1f198 Basic call expression and fix to assignment count checking 2016-08-03 22:27:36 +01:00
gingerBill 0e92166d44 Slice creation for SliceExpr 2016-08-03 14:17:13 +01:00
gingerBill 70f6282f41 Variable declaration and assign, unary operators 2016-07-31 23:01:42 +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 9d8355d361 Branch Statements, if init statement, File parsing errors 2016-07-24 22:06:58 +01:00
gingerBill f8fd6fce0b Procedure Literal 2016-07-22 16:09:49 +01:00
gingerBill cbd82e3c02 Support import files as modules (i.e. import only once) 2016-07-21 00:26:14 +01:00
gingerBill 9f90ff50cf Tags, enclosed proc results and better error handling 2016-07-11 00:10:15 +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 9ba2a6d02c Slices and slice expressions 2016-07-08 01:04: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