Added eval package

This commit is contained in:
2025-02-27 19:45:18 +01:00
parent efb3089211
commit e7afb2dab5
16 changed files with 274 additions and 148 deletions

View File

@ -14,6 +14,7 @@
- [dll](dll) - DLL support for Windows systems (w.i.p.)
- [elf](elf) - ELF format for Linux executables
- [errors](errors) - Error types
- [eval](eval) - Evaluates expressions
- [expression](expression) - Expression parser generating trees with the `Parse` function
- [fs](fs) - File system access
- [macho](macho) - MachO format for Mac executables