Граф коммитов

310 Коммитов

Автор SHA1 Сообщение Дата
waldemar%netscape.com 8ac5ff2102 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 bce5683f9b Added support for definfix and non-reserved operators. Fixed operator precedence bugs. 2003-02-18 00:28:37 +00:00
waldemar%netscape.com 5c36db5bd1 Updated pathnames 2003-02-18 00:26:59 +00:00
waldemar%netscape.com 214a5e5e03 Removed named function parameters. Allowed full qualified names as dynamic properties of objects. 2003-01-30 01:19:28 +00:00
waldemar%netscape.com 29c72f33d6 Removed the "named" keyword 2003-01-30 01:18:20 +00:00
waldemar%netscape.com 9edf92a6ca Added set<= 2003-01-25 02:26:51 +00:00
waldemar%netscape.com a702dd9dc3 Reorganized instance member lookup to remove vtables and simplify and slightly restrict overriding 2003-01-25 02:20:16 +00:00
waldemar%netscape.com 9b45c89f8d Updated action font 2003-01-25 02:19:17 +00:00
waldemar%netscape.com ec3b99ba91 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 ed755cd6d3 Added note statement 2003-01-14 22:19:35 +00:00
waldemar%netscape.com 555decb21b 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 aac2255723 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 1492452e23 Made === ignore the numbers' types 2002-10-30 01:46:55 +00:00
waldemar%netscape.com 68894de4de 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
waldemar%netscape.com f0f37b386b Added :external-name. Made write-group-contents iterative instead of recursive to avoid blowing the stack on lisps that don't do much tail recursion. 2002-10-29 01:13:58 +00:00
waldemar%netscape.com 8e906443d5 A few conditionals for CLisp 2002-10-29 01:12:45 +00:00
waldemar%netscape.com 8ae7afa4a0 Wrapped number and string tokens in wrapper types to simplify documentation. Improved comments of Unicode character categories. 2002-10-29 01:12:27 +00:00
waldemar%netscape.com 3219cfbfb4 Revamped handling of floats, doubles, and longs per the October ECMA meeting 2002-10-29 01:11:32 +00:00
waldemar%netscape.com f587da0650 Added tt tag 2002-10-29 01:09:30 +00:00
waldemar%netscape.com f3165e6a76 Added abs and rat-abs, removed is-initial-identifier-character and is-continuing-identifier-character, and fixed a couple small bugs 2002-10-29 01:08:42 +00:00
waldemar%netscape.com f03aef601e Added :keyword depictor 2002-10-29 01:07:49 +00:00
waldemar%netscape.com 55fe74da17 Added depict-string-words 2002-10-14 23:18:49 +00:00
waldemar%netscape.com eb0db5ad46 Abbreviated repetitive actions as :forward wherever possible 2002-10-14 23:18:34 +00:00
waldemar%netscape.com e18c69bbc8 Added :forward actions 2002-10-14 23:17:59 +00:00
waldemar%netscape.com 13711ab3de First version 2002-10-14 23:16:15 +00:00
waldemar%netscape.com 5aa713accb Fixed bug 2002-09-25 23:54:34 +00:00
waldemar%netscape.com fbfc5e0a5a Removed JS20/Units.lisp from the default build 2002-09-25 23:54:19 +00:00
waldemar%netscape.com 5ecdaa69b3 Added support for float32; changed the lexer's token data structures 2002-09-25 23:53:16 +00:00
waldemar%netscape.com c5caa15283 Changes to support the updated lexer and the simplified token data structure 2002-09-25 23:52:03 +00:00
waldemar%netscape.com f9551669ff Removed units and added support for l, ul, and f suffixes. Changed the basic types of the token variants to match changes in other files 2002-09-25 23:51:12 +00:00
waldemar%netscape.com ed6d5951bf Replaced fill-capture by the new repeat primitive 2002-09-25 23:49:53 +00:00
waldemar%netscape.com a9bca0a3dc Added support for float32; made float32 and float64 disjoint from rational numbers; misc. numeric primitive changes 2002-09-25 23:49:12 +00:00
waldemar%netscape.com 0d43ded4f6 First version 2002-09-25 23:48:38 +00:00
waldemar%netscape.com 33a725c9d8 Added support for float32; made float32 and float64 disjoint from rational numbers; misc. numeric primitive changes; added bottom expression; made append take two or more operands; added support for expressions in comments; added repeat operator 2002-09-25 23:47:25 +00:00
waldemar%netscape.com 43c9512e72 Fixed bug in handling of :wrap 2002-09-25 23:44:38 +00:00
waldemar%netscape.com 1e71a0045e Fixed bug 2002-09-25 23:43:57 +00:00
waldemar%netscape.com 97744dd5a5 Added another test case 2002-08-13 23:56:53 +00:00
waldemar%netscape.com 1408f556cd Many changes, including: removed user-definable operators and units; added long, ulong, and character; reorganized frame structures; and added more directive code. 2002-08-13 23:56:31 +00:00
waldemar%netscape.com 81dc48552e Partially implemented integer-range type. Changed bottom from an expression to a statement. 2002-08-13 23:54:10 +00:00
waldemar%netscape.com 25f70b7afb Partially implemented integer-range type. Allowed unions of tags with sets or vectors. Allowed testing of a float64 to see whether it's an integer. 2002-08-13 23:53:16 +00:00
waldemar%netscape.com 3f40dc75f7 Obsolete 2002-07-13 00:52:10 +00:00
waldemar%netscape.com d8e7ed486e Removed abstract methods 2002-06-26 01:12:09 +00:00
waldemar%netscape.com 57e723fb35 Added lots of new code for frames and function definitions 2002-06-12 00:24:29 +00:00
waldemar%netscape.com 9ea91721bc Added optional test to unique-elt-of 2002-06-12 00:23:45 +00:00
waldemar%netscape.com e3141f724d Removed interfaces 2002-05-22 00:59:22 +00:00
waldemar%netscape.com 039d590a66 Added more definition semantics. Removed instance member indirection. Removed indexable flag. 2002-04-24 00:30:48 +00:00
waldemar%netscape.com 30235bd216 Added support for optional fields 2002-04-24 00:30:02 +00:00
waldemar%netscape.com 3fa0e3ff74 Added support for optional fields. Removed requirement that free variables be constants. 2002-04-24 00:29:40 +00:00
waldemar%netscape.com 48fbe94f66 Checkpoint 2002-03-07 01:12:41 +00:00
waldemar%netscape.com 6894005b6b More new semantics 2002-03-04 23:49:11 +00:00