compiler and basic analyzing ast

This commit is contained in:
Gregory Bednov 2025-12-26 14:07:16 +03:00
commit 96a783ae5a
4 changed files with 151 additions and 28 deletions

View file

@ -4,3 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
[features]
default = ["std"]
std = []