diff --git a/compatibility/2.3.nom b/compatibility/2.3.nom index a9c36a9..0127d15 100644 --- a/compatibility/2.3.nom +++ b/compatibility/2.3.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file defines upgrades from Nomsu <2.3 to Nomsu 2.3 diff --git a/compatibility/2.4.nom b/compatibility/2.4.nom index 99f8c80..3037078 100644 --- a/compatibility/2.4.nom +++ b/compatibility/2.4.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file defines upgrades from Nomsu <2.4 to Nomsu 2.4 diff --git a/compatibility/2.5.nom b/compatibility/2.5.nom index 8816944..b9574f4 100644 --- a/compatibility/2.5.nom +++ b/compatibility/2.5.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file defines upgrades from Nomsu <2.5 to Nomsu 2.5 diff --git a/compatibility/2.nom b/compatibility/2.nom index 13c65da..c16f73c 100644 --- a/compatibility/2.nom +++ b/compatibility/2.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file defines upgrades from Nomsu 1 to Nomsu 2 diff --git a/compatibility/compatibility.nom b/compatibility/compatibility.nom index 001cd04..61818d6 100644 --- a/compatibility/compatibility.nom +++ b/compatibility/compatibility.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file contains code for defining ways to upgrade code between different versions of Nomsu. diff --git a/core/collections.nom b/core/collections.nom index 6f2d4c8..5f00358 100644 --- a/core/collections.nom +++ b/core/collections.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file contains code that supports manipulating and using collections like lists and dictionaries. diff --git a/core/control_flow.nom b/core/control_flow.nom index 19a9186..24e367d 100644 --- a/core/control_flow.nom +++ b/core/control_flow.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file contains compile-time actions that define basic control flow structures like "if" statements and loops. diff --git a/core/coroutines.nom b/core/coroutines.nom index 77b3cb9..1ebb2db 100644 --- a/core/coroutines.nom +++ b/core/coroutines.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file defines the code that creates and manipulates coroutines diff --git a/core/errors.nom b/core/errors.nom index 297144d..2c24de8 100644 --- a/core/errors.nom +++ b/core/errors.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file contains basic error reporting code diff --git a/core/io.nom b/core/io.nom index 34fca53..651eee2 100644 --- a/core/io.nom +++ b/core/io.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file contains basic input/output code diff --git a/core/math.nom b/core/math.nom index a7b873e..5337d8c 100644 --- a/core/math.nom +++ b/core/math.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file defines some common math literals and functions diff --git a/core/metaprogramming.nom b/core/metaprogramming.nom index 8a4d450..4168c82 100644 --- a/core/metaprogramming.nom +++ b/core/metaprogramming.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This File contains actions for making actions and compile-time actions and some helper functions to make that easier. diff --git a/core/operators.nom b/core/operators.nom index 6d489ff..2805b87 100644 --- a/core/operators.nom +++ b/core/operators.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file contains definitions of operators like "+" and "and". diff --git a/core/scopes.nom b/core/scopes.nom index 2b222f9..3dfe473 100644 --- a/core/scopes.nom +++ b/core/scopes.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file contains definitions pertaining to variable scoping diff --git a/core/text.nom b/core/text.nom index a4899be..4373982 100644 --- a/core/text.nom +++ b/core/text.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file contains some definitions of text escape sequences, including ANSI console color codes. diff --git a/examples/how_do_i.nom b/examples/how_do_i.nom index bb5df5a..b85d496 100644 --- a/examples/how_do_i.nom +++ b/examples/how_do_i.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # How do I... # Write a comment? Put a # and go till the end of the line # How do I write a multi-line comment? diff --git a/lib/consolecolor.nom b/lib/consolecolor.nom index 8ff8438..53ddecf 100644 --- a/lib/consolecolor.nom +++ b/lib/consolecolor.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file defines actions for ANSI console color escape codes. diff --git a/lib/file_hash.nom b/lib/file_hash.nom index 41a26c2..8bbdd0a 100644 --- a/lib/file_hash.nom +++ b/lib/file_hash.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file defines some actions for hashing files and looking up files by hash. diff --git a/lib/object.nom b/lib/object.nom index 4b144c8..5b842c4 100644 --- a/lib/object.nom +++ b/lib/object.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file contains the implementation of an Object-Oriented programming system. diff --git a/lib/os.nom b/lib/os.nom index 8ee2ef3..b61189a 100644 --- a/lib/os.nom +++ b/lib/os.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file defines some actions that interact with the operating system and filesystem. diff --git a/lib/training_wheels.nom b/lib/training_wheels.nom index b68fc56..a8db775 100644 --- a/lib/training_wheels.nom +++ b/lib/training_wheels.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file contains a set of definitions that bring some familiar language features from other languages into nomsu (e.g. "==" and "continue") diff --git a/lib/version.nom b/lib/version.nom index e6328d1..e5b24f7 100644 --- a/lib/version.nom +++ b/lib/version.nom @@ -1,3 +1,3 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # This file sets the current library version. lua> "NOMSU_LIB_VERSION = 4" diff --git a/tools/autoformat.nom b/tools/autoformat.nom index 6f8e0c2..3d4ce31 100755 --- a/tools/autoformat.nom +++ b/tools/autoformat.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # Auto-format Nomsu code. Usage: nomsu tools/autoformat.nom [-i] file1 file2 directory1 ... diff --git a/tools/find_action.nom b/tools/find_action.nom index 0d7ac4f..8c6a453 100755 --- a/tools/find_action.nom +++ b/tools/find_action.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # Find an action by its stub. Usage: nomsu tools/find_action.nom "foo %" file1 file2 directory1 ... diff --git a/tools/parse.nom b/tools/parse.nom index a79635f..42911d6 100755 --- a/tools/parse.nom +++ b/tools/parse.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # Tool to print out a parse tree of files in an easy-to-read format. Usage: nomsu tools/parse.nom file1 file2 directory1 ... diff --git a/tools/test.nom b/tools/test.nom index c6c21fa..1b3a17c 100755 --- a/tools/test.nom +++ b/tools/test.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # 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 ... diff --git a/tools/upgrade.nom b/tools/upgrade.nom index 85d4a26..88f34fc 100755 --- a/tools/upgrade.nom +++ b/tools/upgrade.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.4.3 +#!/usr/bin/env nomsu -V2.5.5.4 # Tool to automatically update code from old versions of Nomsu. Usage: nomsu tools/upgrade.nom [-i] file1 file2 directory1 ...