Commit Graph

346 Commits

Author SHA1 Message Date
waldemar%netscape.com
4b3b7aad5b Numerous algorithm fixes, changes, and additions. 2003-06-30 22:15:01 +00:00
waldemar%netscape.com
7a1532b329 Added U+0085 to the list of line terminator characters. 2003-06-30 22:14:07 +00:00
waldemar%netscape.com
17c4e13975 Added U+0085 to the list of line terminators. Added a few interesting test cases. 2003-06-30 22:13:44 +00:00
waldemar%netscape.com
c0a2a39172 Added depict-supplementary-character. 2003-06-30 22:13:14 +00:00
waldemar%netscape.com
b475e2e05d Added white-space-or-line-terminator-char?. 2003-06-30 22:12:55 +00:00
waldemar%netscape.com
14a4b0788c Added U+0085 to list of line terminators. Cleaned up and rearranged other productions slightly. 2003-06-30 22:12:21 +00:00
waldemar%netscape.com
91ebe67b65 Added object-to-source and used it for printing the results of the read-eval-print loop. 2003-06-30 22:10:56 +00:00
waldemar%netscape.com
4c4fb50e92 Added char21, supplementary-char, multiple-value-bind. The depiction of exec now explicitly states that the result is ignored. 2003-06-30 22:10:12 +00:00
waldemar%netscape.com
0e51fdd1f7 Added char21, supplementary-char, multiple-value-bind. Moved the floating-point-to-string conversions from lisp code to mostly semantic code. 2003-06-30 22:09:09 +00:00
waldemar%netscape.com
6679b7e5a5 Numerous algorithm fixes, changes, and additions. Supported the primitive classes. 2003-06-05 01:36:19 +00:00
waldemar%netscape.com
6848ebe96b Renamed productions. Removed 'include' and 'exclude' keywords. 2003-06-05 01:34:45 +00:00
waldemar%netscape.com
36e18143fb Added exclude-zero, delay, %list-set, and float32 primitives. 2003-06-05 01:34:08 +00:00
waldemar%netscape.com
db11c280e1 Added exclude-zero, delay, and %list-set primitives 2003-06-05 01:33:14 +00:00
waldemar%netscape.com
d9e0f32571 Added support for :force-compact 2003-06-05 01:32:30 +00:00
waldemar%netscape.com
d811610d75 Numerous algorithm fixes, changes, and additions. Began support for the global object and library classes. 2003-05-23 01:10:07 +00:00
waldemar%netscape.com
26aaf3fe4e Added support for strings in references for referring to external definitions in pages other than the default one. 2003-05-23 01:08:32 +00:00
waldemar%netscape.com
51ef5de5e6 Renamed Character to Char16. Added support for ToNumber and parseFloat. 2003-05-23 01:07:54 +00:00
waldemar%netscape.com
9fa9578219 Supported regular expression literals 2003-05-23 01:07:24 +00:00
waldemar%netscape.com
f22fd92899 Reordered grammars 2003-05-23 01:06:22 +00:00
waldemar%netscape.com
73c2efce1a Renamed Character to Char16. 2003-05-23 01:05:48 +00:00
waldemar%netscape.com
814f2588ff Changed record constructors to depict using single angular brackets. 2003-05-23 01:04:48 +00:00
waldemar%netscape.com
17b22da5a8 Added support for strings in references for referring to external definitions in pages other than the default one. 2003-05-23 01:03:01 +00:00
waldemar%netscape.com
1ef4ba6ae1 Added integer-list and lisp-call expressions. Changed record constructors to depict using single angular brackets. 2003-05-23 01:01:29 +00:00
waldemar%netscape.com
cf1fb63e8a Renamed Character to Char16. Added integer-list and lisp-call expressions. 2003-05-23 01:00:25 +00:00
waldemar%netscape.com
852d7f2afa Removed the notion of plurality from frames and replaced it with a boolean preinst parameter to Validate 2003-05-03 02:31:10 +00:00
waldemar%netscape.com
3c9356208a Finished basic algorithms 2003-05-03 00:17:58 +00:00
waldemar%netscape.com
1e8ba13cc9 Added support for /*/, comments in throw statements, and throw-error pseudo-statements. 2003-05-03 00:17:41 +00:00
waldemar%netscape.com
f7d50bc633 Fixed precedences in type expressions. Added support for /*/ and comments in throw statements. 2003-05-03 00:16:55 +00:00
waldemar%netscape.com
4107b6a001 Added :text-statement and :text-statement-last styles 2003-05-03 00:15:36 +00:00
waldemar%netscape.com
f465f539a4 Added support for generating distinct identifiers that print alike by including a # symbol in one of them 2003-05-03 00:15:03 +00:00
waldemar%netscape.com
11b0d5f51e Added text-stmt 2003-05-03 00:13:47 +00:00
waldemar%netscape.com
0eae5155bb Implemented ... in function argument lists 2003-04-03 01:30:30 +00:00
waldemar%netscape.com
4b735a92df Added support for /* terminated by a non-falling-through statement 2003-04-03 01:29:43 +00:00
waldemar%netscape.com
4e4680c4c1 Implemented is, catch, for-in, and parts of class construction and calling. Made instance variable initializers be compile-time constants. Revamped design of const, making constants lazily evaluated as needed rather than trying to distinguish compile-time constants from run-time constants. Made slight adjustments to the grammar of for-statements. Outlawed initializers on for-in var declarations in the semantics. 2003-03-25 01:53:04 +00:00
waldemar%netscape.com
f99339da10 Supported :narrow-* inside AND and OR expressions even if assigned to a boolean variable.
Added :delay option to record constructor to permit circular definitions of global variables
2003-03-25 01:41:40 +00:00
waldemar%netscape.com
b999400654 Reduced default amout of chatter of read-eval-print loop 2003-03-25 01:40:00 +00:00
waldemar%netscape.com
b89f0b5775 Large updates to object accesses; introduced access and bracket-access indirections. Added with statements. Implemented array initializers and fixed object initializers. 2003-02-18 00:29:57 +00:00
waldemar%netscape.com
bee4434309 Added support for definfix and non-reserved operators. Fixed operator precedence bugs. 2003-02-18 00:28:37 +00:00
waldemar%netscape.com
5c0b2c4238 Updated pathnames 2003-02-18 00:26:59 +00:00
waldemar%netscape.com
956188720c Removed named function parameters. Allowed full qualified names as dynamic properties of objects. 2003-01-30 01:19:28 +00:00
waldemar%netscape.com
a031c9fad3 Removed the "named" keyword 2003-01-30 01:18:20 +00:00
waldemar%netscape.com
153e553afc Added set<= 2003-01-25 02:26:51 +00:00
waldemar%netscape.com
8366fdb93e Reorganized instance member lookup to remove vtables and simplify and slightly restrict overriding 2003-01-25 02:20:16 +00:00
waldemar%netscape.com
d86eac4a0b Updated action font 2003-01-25 02:19:17 +00:00
waldemar%netscape.com
19e5469183 Reorganized instance data structures and object property access, added vtables, wrote new code for processing function definitions, and added several new statements 2003-01-14 22:21:13 +00:00
waldemar%netscape.com
a4f5daa6b6 Added note statement 2003-01-14 22:19:35 +00:00
waldemar%netscape.com
160bd07ae0 Added the setup phase, reorganized instance data structure, and wrote new code for processing function definitions and calls 2002-11-20 03:40:20 +00:00
waldemar%netscape.com
ecfc51168f Fixed try-catch variable initialization inference bug and added support for intersections of union types 2002-11-20 03:38:54 +00:00
waldemar%netscape.com
0e843fa517 Made === ignore the numbers' types 2002-10-30 01:46:55 +00:00
waldemar%netscape.com
9931fabf0c Parametrized floating-point code due to different Common Lisp implementations using different types for IEEE 32 and 64-bit values 2002-10-29 02:15:11 +00:00