David Glasser
|
9f38258b54
|
Drop all @export lines. Add api.exportSymbol instead.
|
2013-07-25 18:54:40 -07:00 |
|
David Glasser
|
6b48e8bd8a
|
stuff that doesn't have conflicts
|
2013-05-13 11:51:50 -07:00 |
|
David Glasser
|
5a5204e3a4
|
Remove closures around package files. (hint: git blame -w)
The bundler now adds closures around client files and the server adds closures
around server files.
|
2013-03-19 15:13:53 -07:00 |
|
David Greenspan
|
96cd1faf6b
|
jsparse: allow unescaped / in regex char classes
Regexes like /[/]/ are ES5 compliant and supported by Node and browsers.
Needed to parse prettify.js and SockJS!
|
2012-12-10 15:16:23 -08:00 |
|
David Greenspan
|
8eacb1ab9f
|
clarify comment
|
2012-12-07 18:03:52 -08:00 |
|
David Greenspan
|
85b502c296
|
jsparse: fix logic bug in lexing identifiers
|
2012-12-07 17:56:23 -08:00 |
|
David Greenspan
|
c87b00f0c9
|
jsparse: fix decimal literals starting with '.'
|
2012-12-07 13:40:23 -08:00 |
|
David Greenspan
|
99b659a810
|
jsparse: line numbers in error messages
|
2012-11-26 18:28:07 -08:00 |
|
David Greenspan
|
ae492fc793
|
jsparse: support ES5 line continuations
|
2012-11-22 16:54:07 -08:00 |
|
David Greenspan
|
ad7098307d
|
Fix jsparse hex literals
(so 0xabc doesn't parse 0 and then error)
|
2012-11-21 20:50:48 -08:00 |
|
David Glasser
|
4dcdeb4435
|
Fix jsparse tests on IE7.
|
2012-09-28 12:39:03 -07:00 |
|
David Greenspan
|
b112cf8f92
|
small jsparse improvements
|
2012-09-20 21:22:34 -07:00 |
|
David Greenspan
|
a4c4fabbbd
|
make jsparse internal
|
2012-09-19 11:42:34 -07:00 |
|
David Greenspan
|
90e516d7c9
|
make methods out of lexeme.next()/prev()
|
2012-09-12 16:59:24 -07:00 |
|
David Greenspan
|
f9cfe9701f
|
JSLexer, reduce namespace pollution
|
2012-09-12 14:48:32 -07:00 |
|
David Greenspan
|
3197dd241c
|
prev/next pointers in Lexemes
|
2012-09-12 13:11:54 -07:00 |
|
David Greenspan
|
6e5e7497f0
|
Lexeme object
|
2012-09-12 13:04:19 -07:00 |
|
David Greenspan
|
027f41e8c6
|
fix /= operator
|
2012-09-11 16:49:48 -07:00 |
|
David Greenspan
|
99e8bacdb3
|
initial commit of jsparse package and demo
|
2012-09-11 16:49:46 -07:00 |
|