summaryrefslogtreecommitdiff
path: root/module/language/ecmascript/parse.scm
AgeCommit message (Expand)AuthorFilesLines
2011-01-26Parse Decimal NumbersNoah Lavine1-0/+1
2011-01-26Ecmascript Syntax FixNoah Lavine1-1/+2
2010-11-18better errors for ecmascript parser tooAndy Wingo1-2/+9
2010-11-16ecmascript syntax errors throw to 'syntax-errorAndy Wingo1-1/+1
2010-03-31Adapt ECMAScript parser and lexer to `(system base lalr)'.Ludovic Courtès1-258/+264
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-14/+13
2009-02-22compile for-inAndy Wingo1-1/+1
2009-02-22throw SyntaxError on bad syntaxAndy Wingo1-2/+5
2009-02-22+ for strings, global js object, new Foo() worksAndy Wingo1-1/+1
2009-02-21implement break and continue, work around overly recursive pmatch expansionAndy Wingo1-4/+4
2009-02-21implement do, while, forAndy Wingo1-2/+2
2009-02-21implement more operationsAndy Wingo1-1/+1
2009-02-21handle "this" in ecmascriptAndy Wingo1-1/+1
2009-02-19support foo["bar"] in addition to foo.barAndy Wingo1-2/+2
2009-02-19implement object literalsAndy Wingo1-5/+5
2009-02-19property gets and puts implemented, yaysAndy Wingo1-2/+2
2009-02-19add array supportAndy Wingo1-5/+5
2009-02-19further ecmascript workAndy Wingo1-3/+6
2009-02-18add more ecmascript compilation -- functions work nowAndy Wingo1-6/+6
2009-02-18add ecmascript parserAndy Wingo1-0/+332