Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Fixed a bug causing the TreeNode not to detect exponentiation and ternary conditional operator as roots of arithmetic expressions source code.tar.gz | 2025-04-08 | 1.5 MB | |
Fixed a bug causing the TreeNode not to detect exponentiation and ternary conditional operator as roots of arithmetic expressions source code.zip | 2025-04-08 | 1.5 MB | |
README.md | 2025-04-08 | 185 Bytes | |
Totals: 3 Items | 3.0 MB | 0 |
So, I've fixed a bug in TreeNode.js
preventing ^
and ?:
from being used in jump
instruction. As well, I've added a test confirming that function pointers are emulated correctly.