Skip to content

Commit 90d2947

Browse files
committed
chore: improve modules section
1 parent 0d3f040 commit 90d2947

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,15 @@ cargo install --git https://github.com/cakevm/huff-neo.git hnc --bins --locked
8484

8585
## Modules
8686

87-
- [core](crates/core): The core module to huff-neo-rs. Resolves source file paths, executes compilation, and exports artifacts.
87+
- [core](crates/core): The core module to huff-neo. Resolves source file paths, executes compilation, and exports artifacts.
8888
- [cli](bin/hnc): The command line interface for the Huff compiler.
8989
- [js](crates/js): A wasm compatible interface to the Huff compiler for JavaScript bindings.
9090
- [lexer](crates/lexer): Takes in the source of a `.huff` file and generates a vector of `Token`s.
9191
- [parser](crates/parser): Crafts a `Contract` AST from the vector of `Token`s generated by [huff-lexer](crates/lexer).
9292
- [codegen](crates/codegen): EVM Bytecode generation module that accepts an AST generated by [huff-parser](crates/parser).
9393
- [utils](crates/utils): Various utilities and types used by all modules.
94-
- [hnc-up](./hnc-up): Update or revert to a specific huff-neo-rs branch with ease. (Forked from [foundry](https://github.com/foundry-rs/foundry))
94+
- [test-runner](crates/test-runner): Built-in test runner for Huff tests with EVM execution support.
95+
- [hnc-up](./hnc-up): Update or revert to a specific huff-neo branch with ease. (Forked from [foundry](https://github.com/foundry-rs/foundry))
9596

9697
## Contributing
9798

0 commit comments

Comments
 (0)