From 347e8a75fb0e121b24bf5c275f02e583431b271f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 21 Feb 2016 15:09:12 -0500 Subject: eshtrans: Accept any input file eshtrans is now able to compile itself. --- (limited to 'eshtrans/main.esh') diff --git a/eshtrans/main.esh b/eshtrans/main.esh index c27ad2f..b0bcf53 100644 --- a/eshtrans/main.esh +++ b/eshtrans/main.esh @@ -113,7 +113,9 @@ main() #try '$foo' #try '${foo%bar baz}' #try '$(($(foo bar) + 1))' -try 'foo 2>bar' -try '2>bar' -try '2 foo' +#try 'foo 2>bar' +#try '2>bar' +#try '2 foo' + + sh_codegen "$(esh_parse "${1}" <"${1}")" } -- cgit v0.9.1