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 months 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-19T12:03:03.000Z (almost 12 years ago)
- Last Synced: 2025-10-26T13:46:33.717Z (8 months ago)
- Language: CoffeeScript
- Size: 180 KB
- Stars: 2
- Watchers: 0
- 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)