public
Description: Waxeye makes language development easy and fun. It uses scanner-less parsing, grammar testing, automatic AST generation and language independent, modular parsing expression grammars (PEGs). Currently, supports C, Java, Python, Ruby and Scheme.
Homepage: http://waxeye.org/
Clone URL: git://github.com/orlandodarhill/waxeye.git
waxeye / build / unix
100755 7 lines (5 sloc) 0.126 kb
1
2
3
4
5
6
7
#!/bin/sh
# Copyright (C) 2008 Orlando D. A. R. Hill
 
mzc --exe waxeye src/waxeye/waxeye.scm
mzc --exe-dir . waxeye
rm waxeye