Updated shebangs
This commit is contained in:
parent
84e2065a26
commit
faaf5311c8
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines upgrades from Nomsu <2.3 to Nomsu 2.3
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines upgrades from Nomsu <2.4 to Nomsu 2.4
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines upgrades from Nomsu <2.5.5.5 to Nomsu 2.5.5.5
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines upgrades from Nomsu <2.5 to Nomsu 2.5
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines upgrades from Nomsu 1 to Nomsu 2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines upgrades from Nomsu <3.5.5.6 to Nomsu 3.5.5.6
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines upgrades from Nomsu <3.6 to 3.6
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines upgrades from Nomsu <3.7 to 3.7
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines upgrades from Nomsu <3.8 to 3.8 (Text method changes)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines upgrades from Nomsu <=2 to Nomsu 3
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines upgrades from Nomsu <4.10.12.7 to 4.10.12.7
|
||||
use "compatibility/compatibility.nom"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines upgrades from Nomsu <4.11 to Nomsu 4.11
|
||||
(overhaul of function literals, deleting (if all of ...), etc. shorthand)
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines upgrades from Nomsu <4.11 to Nomsu 4.11
|
||||
(overhaul of function literals, deleting (if all of ...), etc. shorthand)
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines upgrades from Nomsu <4.8.10 to 4.8.10 (renaming "action" -> "means")
|
||||
use "compatibility/compatibility.nom"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines upgrades from Nomsu <4.9 to 4.9
|
||||
use "compatibility/compatibility.nom"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file contains code for defining ways to upgrade code between different versions
|
||||
of Nomsu.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file contains code that supports manipulating and using collections like lists
|
||||
and dictionaries.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file contains compile-time actions that define basic control flow structures
|
||||
like "if" statements and loops.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines the code that creates and manipulates coroutines
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file contains basic error reporting code
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
A simple UUID function based on RFC 4122: http://www.ietf.org/rfc/rfc4122.txt
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file contains basic input/output code
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines some common math literals and functions
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This File contains actions for making actions and compile-time actions and some helper
|
||||
functions to make that easier.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file contains definitions of operators like "+" and "and".
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file contains some definitions of text escape sequences, including ANSI console
|
||||
color codes.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
# How do I...
|
||||
# Write a comment? Put a # and go till the end of the line
|
||||
# How do I write a multi-line comment?
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines actions for encoding/decoding base 64, as specified in:
|
||||
https://tools.ietf.org/html/rfc4648
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines actions for ANSI console color escape codes.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines some actions for hashing files and looking up files by hash.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file contains the implementation of an Object-Oriented programming system.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines some actions that interact with the operating system and filesystem.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
A library for simple object oriented programming.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This is a tool to find syntax trees matching a pattern. "*" is a wildcard
|
||||
that will match any subtree, and "**" is a wildcard that will match any
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
Auto-format Nomsu code. Usage:
|
||||
nomsu -t format [-i] file1 file2...
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
Tool to print out a parse tree of files in an easy-to-read format. Usage:
|
||||
nomsu tools/parse.nom file1 file2 directory1 ...
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
This file defines a Read-Evaluate-Print-Loop (REPL) for Nomsu
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
Tool to run all tests in a file (i.e. the code block inside a call to 'test %'). Usage:
|
||||
nomsu tools/test.nom file1 file2 directory1 ...
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env nomsu -V6.12.12.8
|
||||
#!/usr/bin/env nomsu -V6.13.12.8
|
||||
#
|
||||
Tool to automatically update code from old versions of Nomsu. Usage:
|
||||
nomsu tools/upgrade.nom [-i] file1 file2 directory1 ...
|
||||
|
Loading…
Reference in New Issue
Block a user