Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 276 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 276 Bytes

weby

a compiler web service implemented with servant.

The core of the web service is a compiler I wrote which you can find here.

Web service

To run the web service, you need to:

$ cabal build
$ cabal run web-service

Thanks!