Y-Less
Y-Less
As of right now, I have completed the main port of y_inline, and got all existing tests passing! However, I've not written any new tests and I've not actually tried...
The ticks are a little misleading. The ticked libraries have been rewritten with mostly JIT compatible code, but not fully tested and debugged. And y_utils is generic functions, so parts...
Can you post the XML you tried that doesn't work please?
Try it without `edf:definitions="editor_main,tactics"`, I'm not sure if it likes colons.
Are those warnings all in YSI itself, or some in your code? The new warnings were added for better type checking.
I deleted a load a while ago, so maybe. Nothing is ever truly gone in git though.
y_classes is very out of date, and doesn't do what it should right now. I've long tried to get it to work, but the truth is it is using a...
There are a few bugs in printf: ``` printf("%d", cellmin); printf("%x", -1); ``` I can't remember the rest. I did write a fixed version, but there is no good way...
I have one avenue of recourse left to me on this issue, one I didn't want to go down because it is complicated (or I assumed so, reading the algorithm...
Unless you can improve codescan, you can't speed it up. And yes there is probably a difference in y_ini, but I'm not sure what it is. I know the 5.x...