dusk: AstGen expressions
This commit is contained in:
parent
858ba2eca5
commit
0d45438316
5 changed files with 164 additions and 27 deletions
|
|
@ -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 : --
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue