diff --git a/version0.6/ebnf.cpp b/version0.6/ebnf.cpp new file mode 100644 index 0000000..bb3197e --- /dev/null +++ b/version0.6/ebnf.cpp @@ -0,0 +1,12 @@ + + ::= IDENTIFIER + ::= NUMBER + ::= STRING + ::= <[><]> + ::= <{><}> +call_func ::= <(> <...> <)> + ::= <[> <...> <]> + ::= <{> <...> <}> + ::= <=> <...> <;> + ::= <=> <...> <;> + ::= <(> <...> <)> <{> <...> <}>