Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 363 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 363 Bytes

計算機科学実験及演習3B

Tiny C Compiler

see also Wiki page

Requirements

  • ghc
  • cabal
    • mtl
    • parsec
$ sudo apt-get install ghc cabal-install
$ cabal update
$ cabal install mtl parsec