Files
Doughlang/Cargo.toml
John 2be73d2660 doughlang: symbol interning and AST reparameterization
- intern: Add interners from cl-intern

- ast:
- Break AST into ternimals (AstTypes) and nonterminals (Expr, Pat, Bind, Make, Use)
- Make AST generic over terminals (except operators, for now)
2026-01-06 04:57:15 -05:00

10 lines
134 B
TOML

[package]
name = "doughlang"
version = "0.1.0"
edition = "2024"
[dependencies]
repline = "*"
cl-arena = "*"
unicode-ident = "1.0.12"