Commit Graph

4 Commits

Author SHA1 Message Date
Kelvin Sherlock
42fe265dd2 Smarter handling of : after a variable.
Since :: is equivalent to .. in Unix, {$PathVariable}: would expand unexpectedly
if PathVariable had a trailing : (which it usually does) -- i.e., some:path:: == /some/path/.. = /some/.

: after a variable will be dropped if there was already a trailing :
2015-02-08 14:49:08 -05:00
Kelvin Sherlock
fed6e9b172 don't expand $[a-z]+ in filenames. This was preventing lcc from working properly as it created temporary files named $defout$, etc. 2014-12-04 16:42:49 -05:00
Kelvin Sherlock
83ccc8270c add license 2013-08-02 22:15:45 -04:00
Kelvin Sherlock
e83477c9b2 New environment code
-D command line now supported.
2013-08-02 22:13:04 -04:00