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

347 Коммитов

Автор SHA1 Сообщение Дата
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
waldemar%netscape.com 1d825cf6b7 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 d69dbe0633 A few conditionals for CLisp 2002-10-29 01:12:45 +00:00
waldemar%netscape.com 006c546e93 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 16ae98e269 Revamped handling of floats, doubles, and longs per the October ECMA meeting 2002-10-29 01:11:32 +00:00
waldemar%netscape.com 1a2220fce0 Added tt tag 2002-10-29 01:09:30 +00:00
waldemar%netscape.com 39a7d673a9 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 c22f1b01ec Added :keyword depictor 2002-10-29 01:07:49 +00:00
waldemar%netscape.com 5c6e294f7d Added depict-string-words 2002-10-14 23:18:49 +00:00
waldemar%netscape.com c12af930e2 Abbreviated repetitive actions as :forward wherever possible 2002-10-14 23:18:34 +00:00
waldemar%netscape.com e73892af93 Added :forward actions 2002-10-14 23:17:59 +00:00
waldemar%netscape.com 13854c549b First version 2002-10-14 23:16:15 +00:00
waldemar%netscape.com 25e0d3e6a1 Fixed bug 2002-09-25 23:54:34 +00:00
waldemar%netscape.com d3906a023d Removed JS20/Units.lisp from the default build 2002-09-25 23:54:19 +00:00
waldemar%netscape.com 6dda06e2e2 Added support for float32; changed the lexer's token data structures 2002-09-25 23:53:16 +00:00
waldemar%netscape.com d6f254bf7c Changes to support the updated lexer and the simplified token data structure 2002-09-25 23:52:03 +00:00
waldemar%netscape.com 9735c6a8e2 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 aee5c157f3 Replaced fill-capture by the new repeat primitive 2002-09-25 23:49:53 +00:00
waldemar%netscape.com 49ac14b7f4 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 477b09de7f First version 2002-09-25 23:48:38 +00:00
waldemar%netscape.com dbf88e2453 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 3069038425 Fixed bug in handling of :wrap 2002-09-25 23:44:38 +00:00
waldemar%netscape.com 22d4dab763 Fixed bug 2002-09-25 23:43:57 +00:00
waldemar%netscape.com ba5a07c1a1 Added another test case 2002-08-13 23:56:53 +00:00
waldemar%netscape.com fdbfdd5d57 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 27398c944e Partially implemented integer-range type. Changed bottom from an expression to a statement. 2002-08-13 23:54:10 +00:00
waldemar%netscape.com af742ff98f 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 09d1bef838 Obsolete 2002-07-13 00:52:10 +00:00
waldemar%netscape.com 5b9b4f49e6 Removed abstract methods 2002-06-26 01:12:09 +00:00
waldemar%netscape.com 4aa22ac474 Added lots of new code for frames and function definitions 2002-06-12 00:24:29 +00:00
waldemar%netscape.com 2559b0f48c Added optional test to unique-elt-of 2002-06-12 00:23:45 +00:00
waldemar%netscape.com 5a4095b10a Removed interfaces 2002-05-22 00:59:22 +00:00
waldemar%netscape.com 697edbcc03 Added more definition semantics. Removed instance member indirection. Removed indexable flag. 2002-04-24 00:30:48 +00:00
waldemar%netscape.com bebef0fb3a Added support for optional fields 2002-04-24 00:30:02 +00:00
waldemar%netscape.com f0c1783743 Added support for optional fields. Removed requirement that free variables be constants. 2002-04-24 00:29:40 +00:00
waldemar%netscape.com 24cfb9a514 Checkpoint 2002-03-07 01:12:41 +00:00
waldemar%netscape.com 1f1706020e More new semantics 2002-03-04 23:49:11 +00:00
waldemar%netscape.com 16a9e4af1f Changed formatting of elt-of and unique-elt-of 2002-03-04 23:49:03 +00:00
waldemar%netscape.com 494447d4d4 Added unique-elt-of 2002-03-04 23:48:39 +00:00
waldemar%netscape.com 87405288a8 More new semantics 2002-02-08 04:06:29 +00:00
waldemar%netscape.com 9a615e06af Added support for set-field and type-diff 2002-02-08 04:05:44 +00:00
waldemar%netscape.com 6157e94fd5 Fixed stub compile error 2002-02-05 01:13:30 +00:00
waldemar%netscape.com 276d742bab Expanded map to allow type-narrowing conditions in its condition expression 2002-02-05 01:13:03 +00:00
waldemar%netscape.com 6345b989c5 Updated license 2002-02-04 21:13:45 +00:00
waldemar%netscape.com 003e1bc983 Major reorganization of object structure, environments, frames, and bindings. Added compile/run flag to all expression evaluation functions. 2002-02-04 21:12:28 +00:00
waldemar%netscape.com e3f15fe3fa Added another test case 2002-02-04 21:11:02 +00:00
waldemar%netscape.com 2cc54f3b6e Added delete-adjacent-duplicates 2002-02-04 21:09:51 +00:00
waldemar%netscape.com 172d382699 Added m-dash 2002-02-04 21:09:29 +00:00
waldemar%netscape.com 9ede75fd50 Removed license 2002-02-04 21:09:05 +00:00
waldemar%netscape.com 419c8dc84b Incomplete attempt to define bit-set and restricted-set semantic types and to define the set-field record/tuple constructor 2002-02-04 21:08:18 +00:00
waldemar%netscape.com 7c16fecc54 Added a couple of test cases 2002-01-17 01:28:58 +00:00
waldemar%netscape.com 7b7ad904b7 Added for-each statements 2002-01-17 01:28:30 +00:00
waldemar%netscape.com f7d2f1801e Initial version 2002-01-17 01:27:53 +00:00
waldemar%netscape.com 9c150d70b2 Removed attributes from parse directives 2002-01-05 03:32:58 +00:00
waldemar%netscape.com f173811ba2 Regularized the grammar for substatements and groups of directives 2001-12-21 06:12:16 +00:00
waldemar%netscape.com c9eaf6ef01 Miscellaneous environment improvements 2001-12-20 01:08:25 +00:00
waldemar%netscape.com 3dc230b926 Replaced append by cons 2001-12-20 01:07:52 +00:00
waldemar%netscape.com 490270b28f Added 'cons' array operator 2001-12-20 01:07:22 +00:00
waldemar%netscape.com 8636cf2c52 Added comments 2001-11-30 02:23:05 +00:00
waldemar%netscape.com 1621beb52f Added /* and */ statements 2001-11-30 02:22:37 +00:00
waldemar%netscape.com ca49da3bec Added more statement semantics 2001-11-27 02:39:34 +00:00
waldemar%netscape.com ede0055183 Removed #, .., ->, and @ tokens 2001-11-27 02:39:18 +00:00
waldemar%netscape.com 71080a9497 Fixed string literal bug 2001-11-27 02:38:56 +00:00
waldemar%netscape.com b8b39981ba Fixed formatting of empty records 2001-11-27 02:38:39 +00:00
waldemar%netscape.com e381f103fe Added support for :var arguments 2001-11-27 02:38:13 +00:00
waldemar%netscape.com 0fd83fa8d8 Added :wrap and extended :nowrap to apply as either a paragraph or an inline style 2001-11-06 01:24:13 +00:00
waldemar%netscape.com 43f16e95ce Added dump-units 2001-11-06 01:23:17 +00:00
waldemar%netscape.com d9c43b05bb Added support for //, assert, and uninitialized vars 2001-11-06 01:22:57 +00:00
waldemar%netscape.com 462632c9d8 Added dump-regexp 2001-11-06 01:22:45 +00:00
waldemar%netscape.com b79d7cf5e6 Ensured that styled text doesn't contain non-keyword symbols as styles 2001-11-06 01:22:14 +00:00
waldemar%netscape.com 0b07320096 Substantive semantic changes. Implemented prototype instances and property reading and writing. 2001-10-27 02:41:20 +00:00
waldemar%netscape.com 3b80c5d68f Fixed comment 2001-10-27 02:40:41 +00:00
waldemar%netscape.com 4d44f1c7d9 Added :uninitialized variables 2001-10-27 02:40:13 +00:00
waldemar%netscape.com d51c440be9 Reordered sections to match E4 draft. Added prototype semantic domain. 2001-10-23 22:47:20 +00:00
waldemar%netscape.com 0eec409062 Added dump-lexer 2001-10-23 22:46:26 +00:00
waldemar%netscape.com 6a897d5350 Fixed handling of unions containing forward-defined types 2001-10-23 22:46:01 +00:00
waldemar%netscape.com d73ce607f8 Added :nbsp 2001-10-23 22:45:31 +00:00
waldemar%netscape.com 61d5057b12 Added :global-call and support for styled text inside %heading 2001-10-23 22:45:20 +00:00
waldemar%netscape.com 316ce83544 Replaced %section and %subsection by %heading with an adjustable level number 2001-10-19 23:18:03 +00:00
waldemar%netscape.com 20585be27c Renamed type to domain 2001-10-19 00:50:40 +00:00
waldemar%netscape.com f974c090d4 Added support for writable actions 2001-10-17 03:57:51 +00:00
waldemar%netscape.com a87844beb8 Enhanced list*-bind and added tree-member 2001-10-17 03:57:32 +00:00
waldemar%netscape.com 32ba476b7b Fixes from October 1 ECMA meeting 2001-10-17 03:57:06 +00:00
waldemar%netscape.com ca9cb1a4f4 Test of writable actions 2001-10-17 03:55:46 +00:00
waldemar%netscape.com 5874bbb78e Updated for new syntax 2001-10-17 03:55:25 +00:00
waldemar%netscape.com 7a8e3a2a28 Added subscript styles 2001-10-12 00:24:59 +00:00
waldemar%netscape.com 6fe473fa50 More style changes. Removed nested character styles. Fixed line insertion. Made syntax errors catchable by the read-eval-print loop. 2001-10-12 00:24:20 +00:00
waldemar%netscape.com 2061df8273 Added support for indexes in rtf files 2001-10-04 01:13:53 +00:00
waldemar%netscape.com 9b65975763 Reformatted actions to merge procedures from multiple expansions of a nonterminal. Removed U_equiv form of functions. 2001-10-03 21:01:38 +00:00
waldemar%netscape.com 0adb47b872 Made section headers be headings level 1 and 2 instead of 3 and 4 2001-09-27 05:41:50 +00:00
waldemar%netscape.com 93261c28f6 Miscellaneous renamings and formatting changes 2001-09-27 05:41:20 +00:00
waldemar%netscape.com 3efff59168 Added optional parameters to %print-actions 2001-09-27 05:40:20 +00:00
waldemar%netscape.com 0727a83677 Added support for -> covariance and contravariance 2001-09-27 05:39:52 +00:00
waldemar%netscape.com b747ac7e74 Renamed local-variable to variable 2001-09-25 03:51:24 +00:00
waldemar%netscape.com e3c709c1a0 Tweaked HTML formatting 2001-09-25 03:51:12 +00:00
waldemar%netscape.com 198cc3c502 Added algorithm, stmt, and lvl styles. Obsoleted semantics styles. 2001-09-25 03:50:36 +00:00
waldemar%netscape.com aeaa0089e3 Added support for algorithm styles 2001-09-25 03:49:47 +00:00
waldemar%netscape.com 998c166f95 Tweaked Word styles 2001-09-25 03:49:27 +00:00
waldemar%netscape.com 042cd5b2e0 Added support for the 'named' function parameter attribute. Removed .class. Renamed production names to British spelling. 2001-09-25 03:48:53 +00:00
waldemar%netscape.com ec11d61528 Added named 2001-09-25 03:47:52 +00:00