diff --git a/py/m.py b/py/m.py index e2b60c5..9576f4c 100644 --- a/py/m.py +++ b/py/m.py @@ -2,7 +2,7 @@ import sys import readline -from noether.math import * +from noether.lib.math import * from noether.cli import * diff --git a/src/noether/lib/err.nim b/src/noether/lib/err.nim new file mode 100644 index 0000000..ec4c848 --- /dev/null +++ b/src/noether/lib/err.nim @@ -0,0 +1 @@ +proc echoErrorHeader(): = diff --git a/src/noether/parser/err.nim b/src/noether/parser/err.nim new file mode 100644 index 0000000..9cc5a73 --- /dev/null +++ b/src/noether/parser/err.nim @@ -0,0 +1,8 @@ +#[ Error codes and messaging directly associated with + | nlParser and its procedures is written here. + | General error functionality is in src/noether/lib/err.nim + ]# + +import parser + +