A simple PureScript expression evaluation tool
Go to file
2022-11-02 04:11:31 -03:00
.github/workflows build: add test workflow 2022-11-02 04:11:31 -03:00
src feat: add capabilities and launch the compiler 2022-11-02 04:11:31 -03:00
test feat: add capabilities and launch the compiler 2022-11-02 04:11:31 -03:00
.gitignore feat: bootstrap purs-nix project 2022-11-02 04:11:31 -03:00
flake.lock fix: add missing xhr ffi dep 2022-11-02 04:11:31 -03:00
flake.nix feat: add capabilities and launch the compiler 2022-11-02 04:11:31 -03:00
LICENSE feat: Initial commit 2022-11-02 04:11:23 -03:00
package-lock.json fix: add missing xhr ffi dep 2022-11-02 04:11:31 -03:00
package.json fix: add missing xhr ffi dep 2022-11-02 04:11:31 -03:00
README.md doc: add usage example 2022-11-02 04:11:31 -03:00

purs-eval

A simple PureScript expression evaluation tool

Usage

echo "1+1" | nix run github:klarkc/purs-eval