diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-01-29 16:16:45 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-01-29 16:17:33 -0800 |
| commit | bc41cc3a244bf47679d1c47d17006a2aa7356bc8 (patch) | |
| tree | 102ec25b54f795d7a24648faa129f4dbccef3619 /lib/core/errors.nom | |
| parent | febe7e82e06e1071c312f449b1ced319ef9a6932 (diff) | |
Switched to have colors/utf8 be optional, fixed an issue with currently
running files leaking when errors occurred (causing spurious circular
import errors), and improved tutorial.
Diffstat (limited to 'lib/core/errors.nom')
| -rw-r--r-- | lib/core/errors.nom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/core/errors.nom b/lib/core/errors.nom index b1f1941..6be7e7f 100644 --- a/lib/core/errors.nom +++ b/lib/core/errors.nom @@ -75,6 +75,7 @@ use "core/control_flow" (assume $a == $b) parses as (assume ($a == $b)) (assume $a != $b) parses as (assume ($a != $b)) +(test that $condition) parses as (assume $condition) test: try: fail |
