Irmen de Jong
|
9f4ac37a00
|
split off c64flt library for all floating point routines
|
2019-01-05 16:09:05 +01:00 |
|
Irmen de Jong
|
26233d5409
|
fixed constant folding expression reorder bug
|
2018-12-26 17:51:27 +01:00 |
|
Irmen de Jong
|
904e317781
|
cleanups, fix scope of certain generated nodes in for loops
|
2018-12-25 01:05:38 +01:00 |
|
Irmen de Jong
|
d55bbcf706
|
removed string conversion builtin functions, they're now subroutines in c64util
|
2018-12-22 01:07:43 +01:00 |
|
Irmen de Jong
|
c1204b83bd
|
changed syntax of subroutine parameters (now the same as vardecls)
|
2018-12-19 02:51:22 +01:00 |
|
Irmen de Jong
|
3a7b341f47
|
fixes
|
2018-12-18 18:32:41 +01:00 |
|
Irmen de Jong
|
b8f3f942d4
|
implemented all bit rotate and shift operations
|
2018-10-22 01:02:24 +02:00 |
|
Irmen de Jong
|
79462b3448
|
fixed some problems with builtin functions
|
2018-10-20 23:53:39 +02:00 |
|
Irmen de Jong
|
7aec14524e
|
fix datatype conversion issues
|
2018-10-12 15:50:32 +02:00 |
|
Irmen de Jong
|
2f7d03b6ab
|
adding singed integer datatypes
|
2018-10-10 09:21:20 +02:00 |
|
Irmen de Jong
|
1d37841575
|
for, while, repeat, if, branch bodies are now (anonymous) symbol scopes
|
2018-10-06 18:42:06 +02:00 |
|
Irmen de Jong
|
7b650ffa18
|
added bitmap characters
|
2018-10-06 02:16:07 +02:00 |
|
Irmen de Jong
|
a7abc32368
|
wrd and wrdhi functions added for byte-word conversion, more constant folding optimizations
|
2018-10-06 00:10:30 +02:00 |
|
Irmen de Jong
|
6350bf8024
|
fixed datatype conversions
|
2018-10-05 17:44:29 +02:00 |
|
Irmen de Jong
|
4501276217
|
cube3d and tweaks
|
2018-10-03 01:57:16 +02:00 |
|
Irmen de Jong
|
18c6165325
|
more complete for loops, various comma separated lists can now be split over multiple lines
|
2018-10-02 22:52:05 +02:00 |
|
Irmen de Jong
|
b96bb23a54
|
added gfx_line function
|
2018-10-01 01:01:39 +02:00 |
|