Skip to content

Commit

Permalink
[RFC007] Add a builder module for the new AST (#2085)
Browse files Browse the repository at this point in the history
* Add bytecode::ast::builder module

This commit copies `term::make::builder` to `bytecode::ast::builder` and
change it to make it support building fields and records for the new
AST.

* Update core/src/bytecode/ast/builder.rs

* Update core/src/bytecode/ast/builder.rs

* Apply suggestions from code review

Co-authored-by: jneem <[email protected]>

* Merge some set_xxx() with xxx()

* Fix ast::builder documentation Rust example

---------

Co-authored-by: jneem <[email protected]>
  • Loading branch information
yannham and jneem authored Nov 12, 2024
1 parent 4cd2377 commit 894b6fe
Show file tree
Hide file tree
Showing 6 changed files with 827 additions and 3 deletions.
Loading

0 comments on commit 894b6fe

Please sign in to comment.