10000 GitHub - jbulow/plzoo: Programming Languages Zoo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jbulow/plzoo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Programming Languages Zoo, or PL Zoo for short, implements a variety of programming languages. The implementations are purposely kept simple and to the point so that they are a good starting point for those who would like to implement their own programming language, or just learn how it is done.

The PL Zoo is open source, see the file LICENSE.txt for licensing information.

Prerequisites

To compile the PL Zoo you will need:

  • OCaml programming language, version 4 or later,
  • menhir parser generator.

A good way to get started with OCaml is to use the Ocaml Package Manager, through which menhir is available.

WARNING

At the moment the PL Zoo is undergoing a major reorganization. I am porting it to Github and consolidating the various programming languages into a more unified library. Please stay tuned.

About

Programming Languages Zoo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 91.8%
  • Makefile 4.2%
  • Standard ML 2.1%
  • HTML 1.1%
  • Prolog 0.8%
0