https://github.com/andrejbauer/plzoo
Programming Languages Zoo
https://github.com/andrejbauer/plzoo
Last synced: 9 months ago
JSON representation
Programming Languages Zoo
- Host: GitHub
- URL: https://github.com/andrejbauer/plzoo
- Owner: andrejbauer
- License: mit
- Created: 2013-08-21T11:27:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T14:08:36.000Z (over 1 year ago)
- Last Synced: 2025-03-31T23:33:58.690Z (10 months ago)
- Language: OCaml
- Size: 368 KB
- Stars: 1,484
- Watchers: 51
- Forks: 81
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-list - plzoo
README
# The Programming Languages Zoo
The Programming Languages Zoo, or *PL Zoo* for short, is a collection of implementations
of miniature programming languages which demonstrates various techniques used in
implementation of programming languages. It is a good starting point for those who would
like to implement their own programming language, or just learn how it is done.
See the [PL Zoo website](http://plzoo.andrej.com/) for further information, including
installation instructions.