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
be06fc096a
nomsu
/
tests
/
inner
/
inner.nom
4 lines
77 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
Overhaul of command-line API. It's a bit cleaner now.
2018-04-28 17:08:28 -07:00
use "core"
say "Inner directory 'use' test passed."
Reference in New Issue
Copy Permalink