diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 15:07:31 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 15:07:31 -0700 |
| commit | 0dbfdc810d8eeb80fc45d849e1ff623f13913163 (patch) | |
| tree | cf8bec2bd881b462beaa923379ee611709b0f9e9 /lib | |
| parent | 468656b9ef1c96be8e10bafbb03087e8cc80ca09 (diff) | |
| parent | 8c249a1af381cde049633c84a3889260ae07957c (diff) | |
Merge branch 'default_core' into working
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/consolecolor.nom | 2 | ||||
| -rw-r--r-- | lib/file_hash.nom | 2 | ||||
| -rw-r--r-- | lib/object.nom | 2 | ||||
| -rw-r--r-- | lib/os.nom | 2 | ||||
| -rw-r--r-- | lib/training_wheels.nom | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/lib/consolecolor.nom b/lib/consolecolor.nom index 35b6f42..d473d7c 100644 --- a/lib/consolecolor.nom +++ b/lib/consolecolor.nom @@ -2,8 +2,6 @@ # This file defines actions for ANSI console color escape codes. -use "core" - test: bright "\(green)Color test passed." diff --git a/lib/file_hash.nom b/lib/file_hash.nom index 07fe275..41a26c2 100644 --- a/lib/file_hash.nom +++ b/lib/file_hash.nom @@ -2,8 +2,6 @@ # This file defines some actions for hashing files and looking up files by hash. -use "core" - action [file with hash %hash]: lua> ".." local Hash = require("openssl.digest") diff --git a/lib/object.nom b/lib/object.nom index 10b0afa..4ed9bcd 100644 --- a/lib/object.nom +++ b/lib/object.nom @@ -2,8 +2,6 @@ # This file contains the implementation of an Object-Oriented programming system. -use "core" - test: object "Dog": (class Dog).genus = "Canus" @@ -2,8 +2,6 @@ # This file defines some actions that interact with the operating system and filesystem. -use "core" - test: path of Nomsu file "lib/os.nom" diff --git a/lib/training_wheels.nom b/lib/training_wheels.nom index e89eee3..b68fc56 100644 --- a/lib/training_wheels.nom +++ b/lib/training_wheels.nom @@ -3,8 +3,6 @@ This file contains a set of definitions that bring some familiar language features from other languages into nomsu (e.g. "==" and "continue") -use "core" - parse [%a == %b] as (%a = %b) parse [%a == %b] as (%a is %b) parse [%a ~= %b, %a != %b, %a <> %b] as (%a is not %b) |
