https://github.com/bhansconnect/monkey-bqn
https://github.com/bhansconnect/monkey-bqn
bqn lexer monkey tokenizer
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhansconnect/monkey-bqn
- Owner: bhansconnect
- License: bsd-3-clause
- Created: 2023-09-09T03:30:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T21:41:40.000Z (about 2 years ago)
- Last Synced: 2025-01-05T22:44:16.235Z (10 months ago)
- Topics: bqn, lexer, monkey, tokenizer
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Monkey BQN
Maybe Eventually a [Monkey](https://monkeylang.org/) interpreter in BQN.
No real commitment, but I have done the testing for the basis of lexing.I already made a [bf interpreter in BQN](https://github.com/bhansconnect/bqn-bf) that does parsing and a number of tree optimizations.