diff --git a/pkg/prefixcomp/parser.go b/pkg/prefixcomp/parser.go index 6840116..1c50827 100644 --- a/pkg/prefixcomp/parser.go +++ b/pkg/prefixcomp/parser.go @@ -5,18 +5,7 @@ import ( "strconv" "github.com/deckarep/tips/pkg/slicecomp" -) /* - -https://bnfplayground.pauliankline.com/ - - ::= ( )* ? - ::= "[" ? ":" ? "]" -# is just a stand-in for testing on the site, the tokenizer will ignore whitespace completely. - ::= " "+ | E - ::= "|" - ::= ([a-z] | [A-Z])+ - ::= [0-9]+ -*/ +) /* https://bnfplayground.pauliankline.com/