Skip to content

VictorVanthilt/JavaGameBetter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project for FP course at TU Delft

A clone of jq in Haskell.

You will find the description of the task on Brightspace.

Build

> stack build

Install

> stack install

this installs your executable to ~/.local/bin by default (on *nix), make sure it's in $PATH

Test

stack test

You will need jq installed and available on $PATH to run from-upstream test suite.

Use

> echo '{"this" : "that"}' | jq-clone '.this'

or

> echo '{"this" : "that"}' | stack run -- '.this'

Test jq online

jqplay.org

Docs

stedolan.github.io/jq/manual

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 100.0%