Skip to content
Snippets Groups Projects
logic_parser.mly 56.6 KiB
Newer Older
;

any:
| wildcard { () }
| wildcard any { () }
;

%%

(*
Local Variables:
compile-command: "make -C ../../.."
End:
*)