Commit Graph

1161 Commits

Author SHA1 Message Date
drmortalwombat 056df56eef First shot native code generator
Implements basic load, store compare and add/sub/shift for native compiled functions
2021-09-07 22:35:11 +02:00
drmortalwombat 69a44e90e3 Added test for array init 2021-09-07 13:43:22 +02:00
drmortalwombat 722347609d Fix array of array of char init with strings 2021-09-07 13:37:56 +02:00
drmortalwombat 14f6af66af Fixed array and structure initialisation of locals 2021-09-07 12:44:45 +02:00
drmortalwombat a839ccc960 Moved storage class parsing from base type to variable level 2021-09-07 08:13:14 +02:00
drmortalwombat 16aa0ac315 Renamed non conforming member variables 2021-09-06 21:36:45 +02:00
drmortalwombat 60354f5e2d Implemented static const int/float/bool etc constat propagation 2021-09-06 21:13:48 +02:00
drmortalwombat 95b1608301 Update README.md 2021-09-06 20:56:16 +02:00
drmortalwombat 3621f0ec52 Update README.md 2021-09-06 20:55:30 +02:00
drmortalwombat b17eef9255 Added installer project 2021-09-06 18:44:57 +02:00
drmortalwombat 7af458832b Initial commit 2021-09-06 18:34:52 +02:00