Skip to content

Commit

Permalink
[cpp] basic semantic analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
harrand committed May 13, 2024
1 parent b52908c commit 15825cb
Show file tree
Hide file tree
Showing 3 changed files with 388 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/ast.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ struct ast
{
std::variant
<
unary_operator,
binary_operator,
ast::unary_operator,
ast::binary_operator,
ast::integer_literal,
ast::decimal_literal,
ast::identifier,
Expand Down
Loading

0 comments on commit 15825cb

Please sign in to comment.