stefnotch / aftermath-editor

A WYSIWYG mathematics editor that understands your formulas!
https://stefnotch.github.io/aftermath-editor
MIT License
14 stars 0 forks source link

AST Transformer #52

Open stefnotch opened 1 year ago

stefnotch commented 1 year ago
  1. https://matklad.github.io/2018/06/06/modern-parser-generator.html#Parser - emit token creation commands
  2. Ast Transformation Rules (the built-in Rusty parsers can have Ast Transformers that are written in Rust)