Added eval package

This commit is contained in:
Eduard Urbach 2025-02-27 19:45:18 +01:00
parent 891b4d9f90
commit 3d294eb35c
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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