Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poteto/boba-js
Toy programming language. Now being reimplemented in Rust: https://github.com/poteto/monkers
https://github.com/poteto/boba-js
compiler interpreter javascript monkey-language programming-language typescript
Last synced: about 1 month ago
JSON representation
Toy programming language. Now being reimplemented in Rust: https://github.com/poteto/monkers
- Host: GitHub
- URL: https://github.com/poteto/boba-js
- Owner: poteto
- License: mit
- Created: 2019-12-08T08:06:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:22:38.000Z (over 1 year ago)
- Last Synced: 2024-10-03T12:18:26.700Z (about 2 months ago)
- Topics: compiler, interpreter, javascript, monkey-language, programming-language, typescript
- Language: TypeScript
- Homepage:
- Size: 1.55 MB
- Stars: 30
- Watchers: 5
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boba-js
[![Build Status](https://travis-ci.com/poteto/boba-js.svg?branch=master)](https://travis-ci.com/poteto/boba-js)
`boba` is a toy language written in TypeScript. I am basing this on the `Monkey` language from the books ["Writing An Interpreter In Go"](https://interpreterbook.com/) and ["Writing A Compiler In Go"](https://compilerbook.com/) by Thorsten Ball.
My goal is to get to parity with `Monkey` and then add some other cool stuff I haven't thought of yet.