very simple ast expension working
This commit is contained in:
parent
dc3f8cfba9
commit
c10ce8b165
5 changed files with 118 additions and 25 deletions
|
|
@ -396,13 +396,4 @@ struct s_ast_regex
|
|||
t_str pattern;
|
||||
};
|
||||
|
||||
/// Regex
|
||||
/// ```shell
|
||||
/// ~pattern
|
||||
/// ```
|
||||
struct s_ast_number
|
||||
{
|
||||
t_i64 number;
|
||||
};
|
||||
|
||||
#endif /* AST_RAW_STRUCTS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue