~singpolyma/dhall-ruby

ref: c979c0c40060439b06d039a133a38d2c564123b7 dhall-ruby/Makefile -rw-r--r-- 212 bytes
c979c0c4Stephen Paul Weber Working parser 4 years ago
                                                                                
1
2
3
4
5
6
7
.PHONY: test

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

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