Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pyrocat101/ucla-cs237
- Owner: pyrocat101
- Created: 2015-01-28T09:25:11.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-03-16T04:46:17.000Z (over 9 years ago)
- Last Synced: 2024-04-15T02:49:04.857Z (7 months ago)
- Language: JavaScript
- Size: 493 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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