LOAD A FILE IN ES4 REFERENCE IMPLEMENTATION?
# Garrett Smith (18 years ago)
I am on a Mac. I downloaded from here, did not compile mysef. www.ecmascript.org/license.php?file=es4-pre-release.M0.osx-ppc.tar.gz
I would like to run the tests as well. Tests can be very educational.
Garrett
# Lars T Hansen (18 years ago)
Loading a file interactively:
intrinsic::load(filename)
On 8/18/07, zwetan <zwetan at gmail.com> wrote:
I'm using the ES4 reference impl.
Garrett