Skip to content
Snippets Groups Projects
Commit aa0cc4e8 authored by Pierre Loic Garoche's avatar Pierre Loic Garoche
Browse files

[general] adding more entry rules for lustre parser to extract expressions,...

[general] adding more entry rules for lustre parser to extract expressions, vdecl_list and statement list
parent 50dadc21
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,14 @@ let rec fby expr n init =
%start signed_const
%type <LustreSpec.constant> signed_const
%start expr
%type <LustreSpec.expr> expr
%start stmt_list
%type <LustreSpec.statement list * LustreSpec.assert_t list * LustreSpec.expr_annot list > stmt_list
%start vdecl_list
%type <LustreSpec.var_decl list> vdecl_list
%%
module_ident:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment