Fix PEG:
parent
8105e66aec
commit
ca4f775756
|
@ -572,7 +572,7 @@ PRIVATE>
|
||||||
: PEG:
|
: PEG:
|
||||||
(:) [
|
(:) [
|
||||||
[
|
[
|
||||||
call compile 1quotation
|
call compile [ compiled-parse ] curry
|
||||||
[ dup [ parse-result-ast ] [ "Parse failed" throw ] if ]
|
[ dup [ parse-result-ast ] [ "Parse failed" throw ] if ]
|
||||||
append define
|
append define
|
||||||
] with-compilation-unit
|
] with-compilation-unit
|
||||||
|
|
Loading…
Reference in New Issue