nilac 0.0.4.1.2 → 0.0.4.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/nilac +2 -2
- data/lib/nilac/version.rb +1 -1
- data/src/nilac.rb +2 -2
- metadata +1 -1
data/bin/nilac
CHANGED
|
@@ -1869,7 +1869,7 @@ def compile(input_file_path,*output_file_name)
|
|
|
1869
1869
|
|
|
1870
1870
|
end
|
|
1871
1871
|
|
|
1872
|
-
reject_regexp = /(function |if |else|switch |case|while |for )/
|
|
1872
|
+
reject_regexp = /(function |Euuf |if |else|elsuf|switch |case|while |for )/
|
|
1873
1873
|
|
|
1874
1874
|
modified_file_contents = []
|
|
1875
1875
|
|
|
@@ -2509,7 +2509,7 @@ def find_file_path(input_path,file_extension)
|
|
|
2509
2509
|
|
|
2510
2510
|
end
|
|
2511
2511
|
|
|
2512
|
-
nilac_version = "0.0.4.1.
|
|
2512
|
+
nilac_version = "0.0.4.1.3"
|
|
2513
2513
|
|
|
2514
2514
|
opts = Slop.parse do
|
|
2515
2515
|
on :c, :compile=, 'Compile Nila File', as:Array, delimiter:":"
|
data/lib/nilac/version.rb
CHANGED
data/src/nilac.rb
CHANGED
|
@@ -1867,7 +1867,7 @@ def compile(input_file_path,*output_file_name)
|
|
|
1867
1867
|
|
|
1868
1868
|
end
|
|
1869
1869
|
|
|
1870
|
-
reject_regexp = /(function |if |else|switch |case|while |for )/
|
|
1870
|
+
reject_regexp = /(function |Euuf |if |else|elsuf|switch |case|while |for )/
|
|
1871
1871
|
|
|
1872
1872
|
modified_file_contents = []
|
|
1873
1873
|
|
|
@@ -2507,7 +2507,7 @@ def find_file_path(input_path,file_extension)
|
|
|
2507
2507
|
|
|
2508
2508
|
end
|
|
2509
2509
|
|
|
2510
|
-
nilac_version = "0.0.4.1.
|
|
2510
|
+
nilac_version = "0.0.4.1.3"
|
|
2511
2511
|
|
|
2512
2512
|
opts = Slop.parse do
|
|
2513
2513
|
on :c, :compile=, 'Compile Nila File', as:Array, delimiter:":"
|