https://github.com/wlawt/basic-js-compiler
https://github.com/wlawt/basic-js-compiler
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wlawt/basic-js-compiler
- Owner: wlawt
- Created: 2020-06-12T02:04:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T02:51:42.000Z (over 5 years ago)
- Last Synced: 2025-01-08T08:18:56.235Z (12 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Basic intro to compilers
### Source
[Medium - How to be* a compiler](https://medium.com/@kosamari/how-to-be-a-compiler-make-a-compiler-with-javascript-4a8a13d473b4)
Intention was to learn how a basic compiler works to contribute to Babel.