diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-04 20:41:20 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-04 20:44:58 -0700 |
| commit | 83183122f180ce0fdbf3b5c1c8ff828d762348a8 (patch) | |
| tree | 0f536166e9e2169b8aa33a8a8a20ba7e29109950 /core/metaprogramming.nom | |
| parent | 563e415e07ea45df8c80fc9a2afc652e3e6d8c83 (diff) | |
Optimizations and cleanup. Build script now fails on first error and
uses the precompiled versions it has just compiled.
Diffstat (limited to 'core/metaprogramming.nom')
| -rw-r--r-- | core/metaprogramming.nom | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/metaprogramming.nom b/core/metaprogramming.nom index 66af1e6..c54a72f 100644 --- a/core/metaprogramming.nom +++ b/core/metaprogramming.nom @@ -211,7 +211,6 @@ immediately error(\(repr %assumption), 0); end - # TODO: factor this out and replace with "unless %condition: barf %message" compile [assume %condition or barf %message] to Lua ".." if not \(%condition as lua expr) then |
