Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakobe/copl
Learning http://www.fos.kuis.kyoto-u.ac.jp/~igarashi/CoPL/index.cgi
https://github.com/hakobe/copl
Last synced: 8 days ago
JSON representation
Learning http://www.fos.kuis.kyoto-u.ac.jp/~igarashi/CoPL/index.cgi
- Host: GitHub
- URL: https://github.com/hakobe/copl
- Owner: hakobe
- Created: 2014-07-19T08:28:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-19T12:03:03.000Z (over 10 years ago)
- Last Synced: 2024-04-15T02:42:47.913Z (7 months ago)
- Language: CoffeeScript
- Size: 180 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoPL resolver
http://www.fos.kuis.kyoto-u.ac.jp/~igarashi/CoPL/index.cgi の練習問題を解きます。今のところEvalML3くらいのものを解くことができます。[紹介記事](http://hakobe932.hatenablog.com/entry/2014/07/19/204139)。
### ビルド
```
npm install
$(npm bin)/gulp
```### 実行
```
node build/run.js
```### ブラウザで実行
```
open run.html
```### 見どころ
- [文法定義](src/grammer.jison)
- [問題を解いてるところ](src/ml.coffee#L127)