From 3115b3973b006ee6148c913e440c3a32fa9590a6 Mon Sep 17 00:00:00 2001 From: Valk Richard Li <48872266+ValKmjolnir@users.noreply.github.com> Date: Fri, 23 Aug 2019 18:11:13 +0800 Subject: [PATCH] ebnf --- version0.6/ebnf.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 version0.6/ebnf.cpp 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 ::= <(> <...> <)> + ::= <[> <...> <]> + ::= <{> <...> <}> + ::= <=> <...> <;> + ::= <=> <...> <;> + ::= <(> <...> <)> <{> <...> <}>