Menhir problem
Open
- Dominant language
- OCaml
- Stars
- 82
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
My make file doesn't run unless I add these lines to the .mly file:
%start parse_expr
**%type parse_expr
%type term
%type app_term
%type atomic_term
%type lambda**
%%
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.