A simple PureScript expression evaluation tool
Go to file
2022-11-02 04:11:31 -03:00
src feat: add stream lib 2022-11-02 04:11:31 -03:00
test test: add main 2022-11-02 04:11:31 -03:00
.gitignore feat: bootstrap purs-nix project 2022-11-02 04:11:31 -03:00
flake.lock build: add ursi flake-utils 2022-11-02 04:11:31 -03:00
flake.nix test: add main 2022-11-02 04:11:31 -03:00
LICENSE feat: Initial commit 2022-11-02 04:11:23 -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