Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pyrocat101/ucla-cs237

Prototyping Programming Languages
https://github.com/pyrocat101/ucla-cs237

Last synced: about 1 month ago
JSON representation

Prototyping Programming Languages

Awesome Lists containing this project

README

        

# Prototyping Programming Languages

- [X] [hw1][func]
+ [X] efficient environment (persistent red-black tree)
- [X] [hw2][func]
- [X] [hw3][pm]
- [X] [hw4][oo]
- [X] [hw5][oo]
- [X] [hw6][log]
+ [X] arithemtic and `is/2`
+ [X] occurrence check
+ [X] cut operator
+ [X] negation as failure (`not/1` or `\+/1`)

[func]: http://pyrocat101.github.io/ucla-cs237/func/index.html
[pm]: http://pyrocat101.github.io/ucla-cs237/pm/index.html
[oo]: http://pyrocat101.github.io/ucla-cs237/oo/index.html
[log]: http://pyrocat101.github.io/ucla-cs237/log/index.html