Commit Graph

3 Commits

Author SHA1 Message Date
fbbe1be791 feat: transform Rust grammar to Rune grammar
Strip type system (generics, lifetimes, trait bounds, type annotations),
ownership/unsafe/extern rules, macro definitions, labels, shebang, and
simplify declarations (fn, struct, enum, let, closure) for Rune's
dynamically-typed model. Rename scanner symbols from rust to rune.
2026-03-27 10:03:40 +01:00
70f7fbd8f5 chore: copy tree-sitter-rust grammar and scanner as starting point 2026-03-27 09:43:15 +01:00
64bfd3066e chore: scaffold tree-sitter-rune project 2026-03-27 09:42:45 +01:00