git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b16e095
)
new keyword throw
author
kramm
<kramm>
Fri, 2 Jan 2009 21:05:35 +0000
(21:05 +0000)
committer
kramm
<kramm>
Fri, 2 Jan 2009 21:05:35 +0000
(21:05 +0000)
lib/as3/tokenizer.lex
patch
|
blob
|
history
diff --git
a/lib/as3/tokenizer.lex
b/lib/as3/tokenizer.lex
index
f26396a
..
45c09a8
100644
(file)
--- a/
lib/as3/tokenizer.lex
+++ b/
lib/as3/tokenizer.lex
@@
-505,6
+505,7
@@
native {c();return m(KW_NATIVE);}
static {c();return m(KW_STATIC);}
import {c();return m(KW_IMPORT);}
typeof {c();return m(KW_TYPEOF);}
+throw {c();return m(KW_THROW);}
class {c();return m(KW_CLASS);}
const {c();return m(KW_CONST);}
catch {c();return m(KW_CATCH);}