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

1182 Коммитов

Автор SHA1 Сообщение Дата
rogerl%netscape.com cc62bc9775 Throw stmt. 2002-10-21 22:42:22 +00:00
rogerl%netscape.com 1ad15ae47f More try/catch magic. 2002-10-21 22:33:41 +00:00
rogerl%netscape.com 149daed2b7 Try/catch 2002-10-21 17:21:44 +00:00
rogerl%netscape.com b690b4a44b Array literals. 2002-10-21 06:39:33 +00:00
rogerl%netscape.com 7965c7bfe2 Added Array class. Moved conversions to MetaData. 2002-10-21 03:00:21 +00:00
rogerl%netscape.com 22d0a08afd RegExp literals. 2002-10-18 22:49:17 +00:00
rogerl%netscape.com 7299369a02 Prototype functions --> dynamic instance. 2002-10-18 22:01:54 +00:00
rogerl%netscape.com 2089369b1d Build fixes. 2002-10-17 22:50:18 +00:00
rogerl%netscape.com 441ae0c6f5 Prototype new, 'load' and '-f'. 2002-10-17 05:22:29 +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
rogerl%netscape.com 7fada44cad Prototype constructors. 2002-10-14 22:44:51 +00:00
rogerl%netscape.com 0f0bf21ab7 Added 'for..in' support. 2002-10-14 02:26:21 +00:00
rogerl%netscape.com 5beab01c26 Updated README for Epimetheus. Only has win32 for now. 2002-10-12 18:08:29 +00:00
rogerl%netscape.com eb81c137f0 Exception handling start. 2002-10-12 00:12:21 +00:00
rogerl%netscape.com b4f97c29b9 Bitwise Long/ULong implementation. 2002-10-11 21:43:06 +00:00
rogerl%netscape.com 0d727e8914 Wired up delete ops. Finished removal of assignOp functionality. 2002-10-10 22:23:02 +00:00
rogerl%netscape.com ccf304be55 More long/ulong changes - moved to String for name storage, added string
to GC handling. Removing reference assign ops.
2002-10-10 05:32:21 +00:00
rogerl%netscape.com 05311863ab Minor long/ulong tweaks. 2002-10-08 23:49:36 +00:00
rogerl%netscape.com c601b218e4 More long/ulong/float work. 2002-10-07 06:34:43 +00:00
rogerl%netscape.com f11162aae4 Long/Float support. 2002-10-03 06:49:07 +00:00
rogerl%netscape.com 4eb7172c9e Adding extra tag handling for long/ulong/float. 2002-10-02 16:57:46 +00:00
rogerl%netscape.com 9621db8743 Implemented (untested) delete support. GC tweaks to engine. 2002-09-30 22:36:27 +00:00
rogerl%netscape.com 1ad11162fb Added logicalAssignOp, more gc fixes. 2002-09-30 08:16:37 +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
rogerl%netscape.com 02fc699f8f Completed arithmetic (except Long & float32). Gc work. Hooked up Math class 2002-09-24 22:22:04 +00:00
rogerl%netscape.com 3de3f5a60a Math class definition. 2002-09-23 14:40:06 +00:00
rogerl%netscape.com bc149a54fa Merged all latest. 2002-09-20 21:40:36 +00:00
rogerl%netscape.com b6cfa367f6 Added Math class functionality. 2002-09-20 06:44:36 +00:00
rogerl%netscape.com d52dc7c2cc Changed built-ins to FixedInstances. Hooking up regexp. 2002-09-19 00:23:10 +00:00
rogerl%netscape.com 03d9ea556d Hooking up string class. 2002-09-18 06:43:41 +00:00
rogerl%netscape.com d878500b59 Date connection. 2002-09-17 23:22:40 +00:00
rogerl%netscape.com 0fad706e11 Builtin prototype functions. 2002-09-16 21:24:27 +00:00
rogerl%netscape.com 35c3192b27 Arithmetic. Global properties. 2002-09-16 06:33:47 +00:00
rogerl%netscape.com 293744eaed More gc. Method invocation. 2002-09-16 00:09:58 +00:00
rogerl%netscape.com aaa1c28e67 GC, relationals. 2002-09-14 22:17:35 +00:00
rogerl%netscape.com e99f6aa555 For stmt, block frame & gc work. 2002-09-13 17:54:16 +00:00
rogerl%netscape.com 77aebe2e74 DoWhile. 2002-09-12 22:00:55 +00:00