Commit Graph

62 Commits

Author SHA1 Message Date
Jeremiah Orians 9a2c6b4019
Harmonized License headers and added missing license headers 2018-10-17 19:27:06 -04:00
Jeremiah Orians 56db0fcad4
Breaking change in M2-Planet 2018-10-17 16:08:04 -04:00
Jeremiah Orians d711438190
Added useful note about how argument and local stack is arranged 2018-10-13 20:15:35 -04:00
Jeremiah Orians 6093ef63a2
Made the seed.M1 refresh part of the bootstrap.sh should one so desire 2018-08-31 19:02:55 -04:00
Jeremiah Orians 608d85b820
Fixed version number bug 2018-08-31 16:32:53 -04:00
Jeremiah Orians 42914441c3
Fixing of ommissions provided by akkartik 2018-08-31 16:11:00 -04:00
Jeremiah Orians 6ea629f6a2
Fixing typo in License headers 2018-08-26 21:44:45 -04:00
Jeremiah Orians 32f2adafda
Pull patches from janneke 2018-08-26 21:15:32 -04:00
Jeremiah Orians e249069cac
Release 1.0.0 2018-08-26 16:34:31 -04:00
Jeremiah Orians 951d259339
Minor reorganization 2018-08-20 20:41:37 -04:00
Jeremiah Orians 36d4632446
Oops forgot to checkin updated definition of function 2018-08-18 15:25:47 -04:00
Jeremiah Orians 95b1fe029f
Broke out OUT and FUNCTION to silence a single GCC warning 2018-08-18 15:23:58 -04:00
Jeremiah Orians 51b8b275fd
More cleaning to simplify assembly bootstrap 2018-08-17 04:55:56 -04:00
Jeremiah Orians 162df4f378
Enhanced core to simplify implementation 2018-08-16 12:01:55 -04:00
Jeremiah Orians 8c25fd2a49
Prepare for next release cycle 2018-08-12 13:15:13 -04:00
Jeremiah Orians 2e1148fe3e
Release 0.3 2018-08-12 13:11:02 -04:00
Jeremiah Orians df451c1728
Code Clean up done during knight platform bootstrap work 2018-08-10 17:30:48 -04:00
Jeremiah Orians eb8b3e4eb4
Reduced Memory usage by another 50% 2018-07-26 19:51:44 -04:00
Jeremiah Orians 7833cd5660
Reduced Memory allocation from 4KB per token string to size of string
+ fixed null padding
2018-07-26 18:27:32 -04:00
Jeremiah Orians 929bfa968c
Good Catch Gio 2018-07-25 21:32:45 -04:00
Jeremiah Orians 95fa0de49f
Fixed ARM build issue 2018-07-21 12:45:19 -04:00
Jeremiah Orians dc94afb558
Lots of clean and enhancements to simplify task of writing it in assembly. 2018-07-19 22:33:02 -04:00
Jeremiah Orians 64531def3b
Performance enhancement by elimination of string copying 2018-06-28 16:40:51 -04:00
Jeremiah Orians c454008656
Adding initial support for global initializers 2018-06-26 17:03:17 -04:00
Jeremiah Orians 4fb4e28405
Release 0.2 2018-06-21 21:33:50 -04:00
Jeremiah Orians 94a986bf44
Made output even more deterministic 2018-06-08 15:43:36 -04:00
Jeremiah Orians 688b546281
Added debug support for M2-Planet output 2018-06-06 21:37:19 -04:00
Jeremiah Orians 0bb6758a10
minimal build clean up and M1-macro enhancements 2018-06-05 21:08:15 -04:00
Jeremiah Orians 482858ae7c
Added M1-macro test 2018-06-01 22:52:30 -04:00
Jeremiah Orians dc32e7d4ba
Adding Hex2_linker test 2018-06-01 21:45:48 -04:00
Jeremiah Orians faed59f88c
Adding blood-elf test 2018-06-01 21:13:45 -04:00
Jeremiah Orians 280b2ade52
bug clean up and new functionality 2018-06-01 20:05:27 -04:00
Jeremiah Orians cba66b015b
Catching up on enhancements 2018-05-26 16:33:00 -04:00
Jeremiah Orians 8bb4145fe0
Improving Documentation to help new programmers get functional 2018-05-25 18:37:53 -04:00
Jeremiah Orians 847184a0da
Added support for Local functions 2018-05-03 19:07:44 -04:00
Jeremiah Orians fdbb577784
Added support for passing of function pointers via FUNCTION 2018-05-02 20:56:44 -04:00
Jeremiah Orians a035d955e9
Add support for anonymous unions inside of structs 2018-04-27 15:57:48 -04:00
Jeremiah Orians 3f9808a19a
Added type promotion to allow progress on mes.c 2018-04-23 21:35:27 -04:00
Jeremiah Orians 589217b3b6
Minor cleanup and removal of unneeded whitespace 2018-03-05 19:13:20 -05:00
Jeremiah Orians 426a92ab09
Finally became self-hosting 2018-02-23 21:18:23 -05:00
Jeremiah Orians 35c9d4036f
Incorporate breaks into loops and reduce library dependencies 2018-01-31 23:14:40 -05:00
Jeremiah Orians f6752b2802
Added additional functionality such as mixed structs, do while loops,
gotos and tests for the new functionality
2018-01-24 20:00:22 -05:00
Jeremiah Orians 9a919d20ea
Minor reordering of tests and the addition of unary - and ! support 2018-01-21 14:42:09 -05:00
Jeremiah Orians 4602adb0b1
Converted from legacy M2-Planet Input.c Output.c to M2-Planet -f input.c ... -f inputN.c -o output.M1 2018-01-20 22:56:50 -05:00
Jeremiah Orians 4916fb9385
Put common x86 platform logic in a shared folder to reduce duplicate code 2018-01-20 18:33:11 -05:00
Jeremiah Orians 49c8b5b87d
Converted for.c example into a test 2018-01-20 18:21:20 -05:00
Jeremiah Orians e1650309c9
Proving M2-Planet can compile real programs with the help of mescc-tools 2018-01-20 17:24:45 -05:00
Jeremiah Orians cb866c127b
Initial prototype for struct support in M2-Planet (it is still very ugly) 2018-01-11 21:46:20 -05:00
Jeremiah Orians 92eae5b771
Started to move type information out of hard-coded logic 2018-01-11 16:31:32 -05:00
Jeremiah Orians 3b3e8f73f6
Added support for <. >= and > expressions 2018-01-09 20:45:10 -05:00