Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
mozilla
/
pjs
зеркало из
https://github.com/mozilla/pjs.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули pjs
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
6e70e64ff6
pjs
/
js
/
semantics
/
JS20
История
waldemar%netscape.com
2990b743e1
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