~singpolyma/dhall-ruby

ref: af618b7a123d086db869dbc2815a31fbc842f34c dhall-ruby/Makefile -rw-r--r-- 294 bytes
af618b7aStephen Paul Weber Rebuild parser if any input changes 4 years ago
                                                                                
1
2
3
4
5
6
7
.PHONY: test

lib/dhall/parser.citrus: dhall-lang/standard/dhall.abnf scripts/generate_citrus_parser.rb lib/dhall/parser.rb
	bundle exec ruby -Ilib scripts/generate_citrus_parser.rb < dhall-lang/standard/dhall.abnf > $@

test: lib/dhall/parser.citrus
	bundle exec ruby -Ilib test/test_suite.rb