dusk: AstGen expressions

This commit is contained in:
Ali Chraghi 2023-04-08 22:03:33 +03:30 committed by Stephen Gutekanst
parent 858ba2eca5
commit 0d45438316
5 changed files with 164 additions and 27 deletions

View file

@ -537,10 +537,14 @@ pub const Node = struct {
// ####### Literals #######
/// TOK : k_true, k_false
/// TOK : k_true
/// LHS : --
/// RHS : --
bool_literal,
bool_true,
/// TOK : k_false
/// LHS : --
/// RHS : --
bool_false,
/// TOK : number
/// LHS : --
/// RHS : --