|
|
6f91c6fc52
|
fix compile errors left in previous commit
|
2025-08-09 12:48:56 +01:00 |
|
|
|
143d02163b
|
fix bugs related to parsing and loading file (did not implement new BNF grammar properly)
|
2025-08-09 12:39:41 +01:00 |
|
|
|
d6f7583273
|
progress towards saving export string in correct format (but note there is currently an exception somewhere because of changes; need to fix)
|
2025-08-09 11:56:18 +01:00 |
|
|
|
99a47a410f
|
fix loading to use and return layer tree
|
2025-08-09 11:42:37 +01:00 |
|
|
|
940e4429a7
|
reimplement parsing code (but program does not compile yet because I have to change type of 'USE_SQUARES' constructure)
|
2025-08-09 11:29:36 +01:00 |
|
|
|
b765e406c7
|
change BNF (but not implementation of BNF) for parsing, to handle layers, and also change minimum key in layer tree to be 1
|
2025-08-09 11:10:34 +01:00 |
|
|
|
d0c12d4a87
|
fix bugs in parse-grid.sml update functions: exit loopX and loopY if coordinate is not in range of grid
|
2025-07-12 13:50:20 +01:00 |
|
|
|
750246dcfd
|
format files related to parser
|
2025-07-12 07:19:34 +01:00 |
|
|
|
dcf6bc074d
|
fix lexer/parser bugs, add code in file-thread.sml to handle loading/saving of files (but loading is not completely finished yet)
|
2025-07-12 07:03:09 +01:00 |
|
|
|
04bb7a18c0
|
add function to quad tree to turn items into strings (for later saving to file)
|
2025-07-12 03:38:20 +01:00 |
|