Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ VS Code is preconfigured in `.vscode/settings.json` to run pytest from the repos
If VS Code shows `No module named pytest`, your selected interpreter is missing test dependencies. Install them in that same environment with `pip install -e ".[dev]"` (or `pip install pytest`).

## TODO
- [ ] Fix issue with C_IF where variables only used within C_... will not be processed and therefore not added to the variable list
- [ ] Add string to char array conversion
- [ ] Add the rest of the api functions
- [ ] Add recipe generation and management
- [ ] Add structs as a concept that integrates in the code
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "eb_macro_gen"
version = "1.0.6"
version = "1.1.0"
authors = [
{ name="IliTheButterfly", email="iliana.decarufel@gmail.com" },
]
Expand Down
Loading