Releases: danthedaniel/BF-JIT
Releases · danthedaniel/BF-JIT
v0.5.3
v0.5.2
- Adds
Set
AST node that sets a literal value in the current cell - Adds
Add
andSub
AST nodes - Fixes bug with JIT code generation for
,
command (reading from stdin)
Deferred compilation
0.5.0 Bump to 0.5.0
Removed NOP Padding
- Small refactor to eliminate need for NOP padding in JIT compiled x86-64 code
Code Cleanup
- Better project structure
- Now has a proper AST
- Linted with Clippy
JIT Support
- Added JIT support for x86-64
- Cleaned up error paths - no more
panic!
s