diff options
Diffstat (limited to 'frontend/lexer.ll')
| -rw-r--r-- | frontend/lexer.ll | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/frontend/lexer.ll b/frontend/lexer.ll index f14497b..7c18b32 100644 --- a/frontend/lexer.ll +++ b/frontend/lexer.ll @@ -130,12 +130,6 @@ or { return { return yy::parser::make_RETURN(this->location); } -module { - return yy::parser::make_MODULE(this->location); -} -program { - return yy::parser::make_PROGRAM(this->location); -} import { return yy::parser::make_IMPORT(this->location); } |
