This website requires JavaScript.
Explore
Help
Register
Sign In
Bruce
/
nomsu
Watch
1
Star
0
Fork
0
You've already forked nomsu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
af441330ff
nomsu
/
lib
/
version.nom
4 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Major changes to how versioning and parsing work. This should be a better path going forward to handling upgrades. Old syntax files will stick around for compatibility purposes. Old syntax can be parsed into valid syntax trees via the old syntax (.peg) files, and then old syntax trees should be valid and can be upgraded via the normal code path. This change has lots of improvements to Nomsu codegen too.
2018-07-15 19:41:22 -07:00
#!/usr/bin/env nomsu -V1
# This file sets the current library version.
Moved console colors from core/ into lib/
2018-06-23 18:04:11 -07:00
lua> "NOMSU_LIB_VERSION = 3"
Reference in New Issue
Copy Permalink