Skip to content

kritzcreek/trypurescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trypurescript

Very basic browser-based interface to the PureScript compiler.

API

Compile PureScript code

POST /compile/text

  • Request body: PureScript code
  • Response body: Either { js: "..." } or { error: "..." }
  • Status code: 200 (success)

The response does not use error codes, to make it easier to use the API from another domain using CORS.

About

PureScript in the browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PureScript 58.5%
  • JavaScript 19.5%
  • Haskell 19.0%
  • CSS 3.0%