diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 15:27:55 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 15:27:55 -0800 |
| commit | aa2902256f5d47891be951c0a822b64614e97645 (patch) | |
| tree | d53de8a3b0c24b028be2f716d3a5fe738c5b4643 | |
| parent | 5f38d73004f0fcf259acfa12d46feff4c6170273 (diff) | |
Removing compile-error shim.
| -rw-r--r-- | core/errors.nom | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/errors.nom b/core/errors.nom index 7cec344..e254209 100644 --- a/core/errors.nom +++ b/core/errors.nom @@ -7,10 +7,6 @@ use "core/metaprogramming.nom" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (barf %msg) compiles to "error(\(=lua "\%msg and \(%msg as lua expr) or 'nil'"), 0);" -(compile error at %tree %msg) compiles to "\ - ..nomsu:compile_error(\(%tree as lua expr), \(%msg as lua expr))" -(compile error at %tree %msg hint %hint) compiles to "\ - ..nomsu:compile_error(\(%tree as lua expr), \(%msg as lua expr), \(%hint as lua expr))" (assume %condition) compiles to: lua> "\ |
