This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2024-11-02 07:05:24 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1178f50d75
gecko-dev
/
js2
/
semantics
/
JS20
History
waldemar%netscape.com
1178f50d75
Changed syntax of getters and setters to "get name" and "set name". Relaxed grammar constraints on definitions. Changed over to colon syntax for types. Added local visibility and block modifiers.
1999-10-20 00:46:31 +00:00
..
Lexer.lisp
Removed octals. Removed rational-to-integer, which was replaced by semantic subtyping. Replaced bottom by throw of syntax error.
1999-10-20 00:43:22 +00:00
Parser.lisp
Changed syntax of getters and setters to "get name" and "set name". Relaxed grammar constraints on definitions. Changed over to colon syntax for types. Added local visibility and block modifiers.
1999-10-20 00:46:31 +00:00
RegExp.lisp
Removed octal escapes. Replaced bottom by throw of syntax error.
1999-10-20 00:43:58 +00:00