Skip to content
Snippets Groups Projects
Commit 288d4b6c authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Allow file to start with ignored statements

parent b4cd426d
No related branches found
No related tags found
1 merge request!12Feature/language
...@@ -72,7 +72,7 @@ struct instruction ...@@ -72,7 +72,7 @@ struct instruction
{}; {};
struct grammar struct grammar
: must<star<instruction>,eof>{}; : must<ignored, star<instruction>,eof>{};
// clang-format on // clang-format on
template< typename Rule > template< typename Rule >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment