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

1175 Коммитов

Автор SHA1 Сообщение Дата
rogerl%netscape.com 29a627218b Build fixes. 2002-10-17 22:50:18 +00:00
rogerl%netscape.com a4ab6ab4b7 Prototype new, 'load' and '-f'. 2002-10-17 05:22:29 +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
rogerl%netscape.com 8e25734d2c Prototype constructors. 2002-10-14 22:44:51 +00:00
rogerl%netscape.com ef50c09679 Added 'for..in' support. 2002-10-14 02:26:21 +00:00
rogerl%netscape.com 8f1cf91d35 Updated README for Epimetheus. Only has win32 for now. 2002-10-12 18:08:29 +00:00
rogerl%netscape.com e53eaabc3d Exception handling start. 2002-10-12 00:12:21 +00:00
rogerl%netscape.com 16f13e76be Bitwise Long/ULong implementation. 2002-10-11 21:43:06 +00:00
rogerl%netscape.com 4bda483263 Wired up delete ops. Finished removal of assignOp functionality. 2002-10-10 22:23:02 +00:00
rogerl%netscape.com 9017640799 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 28f8dbc706 Minor long/ulong tweaks. 2002-10-08 23:49:36 +00:00
rogerl%netscape.com 215390226f More long/ulong/float work. 2002-10-07 06:34:43 +00:00
rogerl%netscape.com d26aa76f88 Long/Float support. 2002-10-03 06:49:07 +00:00
rogerl%netscape.com 41bdcfe1ab Adding extra tag handling for long/ulong/float. 2002-10-02 16:57:46 +00:00
rogerl%netscape.com 24cb6c06c2 Implemented (untested) delete support. GC tweaks to engine. 2002-09-30 22:36:27 +00:00
rogerl%netscape.com 27c41cda28 Added logicalAssignOp, more gc fixes. 2002-09-30 08:16:37 +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
rogerl%netscape.com 5ffffdd50f Completed arithmetic (except Long & float32). Gc work. Hooked up Math class 2002-09-24 22:22:04 +00:00
rogerl%netscape.com 29732ea4a7 Math class definition. 2002-09-23 14:40:06 +00:00
rogerl%netscape.com 8d6e6e95ed Merged all latest. 2002-09-20 21:40:36 +00:00
rogerl%netscape.com e61787f65c Added Math class functionality. 2002-09-20 06:44:36 +00:00
rogerl%netscape.com e65e200525 Changed built-ins to FixedInstances. Hooking up regexp. 2002-09-19 00:23:10 +00:00
rogerl%netscape.com 4d38edc7b0 Hooking up string class. 2002-09-18 06:43:41 +00:00
rogerl%netscape.com 8ad13b1138 Date connection. 2002-09-17 23:22:40 +00:00
rogerl%netscape.com 4e721bc669 Builtin prototype functions. 2002-09-16 21:24:27 +00:00
rogerl%netscape.com a7bbacf37b Arithmetic. Global properties. 2002-09-16 06:33:47 +00:00
rogerl%netscape.com 3e265b5e0a More gc. Method invocation. 2002-09-16 00:09:58 +00:00
rogerl%netscape.com 049680ec7f GC, relationals. 2002-09-14 22:17:35 +00:00
rogerl%netscape.com b1d126b70a For stmt, block frame & gc work. 2002-09-13 17:54:16 +00:00
rogerl%netscape.com 4f464ee883 DoWhile. 2002-09-12 22:00:55 +00:00
rogerl%netscape.com e11e7ba3d0 Break/continue fixes. 2002-09-12 19:38:14 +00:00
rogerl%netscape.com 23f34c5271 Fixes to loop handling & equality ops. 2002-09-12 07:34:22 +00:00
rogerl%netscape.com 83b180f313 Statement result value. Loop control. Equality op. 2002-09-12 01:15:46 +00:00
rogerl%netscape.com 4b3e2237d5 Statement labels. 2002-09-11 17:20:41 +00:00
rogerl%netscape.com 66772c1493 Label statement. 2002-09-11 06:39:10 +00:00
rogerl%netscape.com 7ef0babe69 Function invocation & parameter frame instantiation. Labelled statements. 2002-09-10 23:36:00 +00:00
rogerl%netscape.com 45e91304d6 Function invocation handling. 2002-09-10 00:18:38 +00:00