issues
search
GnaspGames
/
Smelt
A CLI tool for Minecraft map makers
http://smelt.gnasp.com
MIT License
19
stars
4
forks
source link
fixes and improvements for the math bangcommand
#67
Closed
M4GNV5
closed
8 years ago
M4GNV5
commented
8 years ago
fix negative immediates
better parsing (disallowing stuff like
3 + * 5
or
7 * 6 (7 42)
)
better error messages
GnaspGames
commented
8 years ago
This is replaced by #71
3 + * 5
or7 * 6 (7 42)
)