https://github.com/gryfenfer97/azote
An APL interpreter made in Rust
https://github.com/gryfenfer97/azote
apl array-language rust
Last synced: 3 months ago
JSON representation
An APL interpreter made in Rust
- Host: GitHub
- URL: https://github.com/gryfenfer97/azote
- Owner: Gryfenfer97
- Created: 2022-11-13T10:15:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T13:35:06.000Z (over 2 years ago)
- Last Synced: 2025-01-25T21:11:25.881Z (5 months ago)
- Topics: apl, array-language, rust
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azote
An APL interpreter made in Rust## Credits
This application has been realized with a lot of inspiration from [the python mathspp tutorial](https://mathspp.com/blog/lsbasi-apl-part1)