Skip to content

Commit

Permalink
adds initial support for code generation (#61)
Browse files Browse the repository at this point in the history
* generator - includes all the functions required to generate code
* context - Stores context structures required for code generation
* result - Stores `CodeGenResult` and `CodeGenError`
* utils - all the necessary utilities for code generation
  • Loading branch information
desaikd authored Dec 15, 2023
1 parent 2f1fa56 commit 8138f11
Show file tree
Hide file tree
Showing 15 changed files with 1,697 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --workspace
args: --verbose --workspace --all-features
- name: Rustfmt Check
uses: actions-rs/cargo@v1
with:
Expand Down
Loading

0 comments on commit 8138f11

Please sign in to comment.