very simple ast expension working

This commit is contained in:
Maieul BOYER 2024-07-02 13:11:42 +02:00
parent dc3f8cfba9
commit c10ce8b165
No known key found for this signature in database
5 changed files with 118 additions and 25 deletions

View file

@ -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 */