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

1163 Коммитов

Автор SHA1 Сообщение Дата
rogerl%netscape.com 8e13317c80 Fixed up file list. 2002-01-11 00:29:25 +00:00
rogerl%netscape.com 6f1bb4a89d Added regexpwrapper. 2002-01-11 00:18:14 +00:00
rogerl%netscape.com 0949d64014 Added trailing newline at EOF for gcc. 2002-01-11 00:12:16 +00:00
rogerl%netscape.com 2cd42335ed Added trailing newline for gcc. 2002-01-11 00:07:53 +00:00
rogerl%netscape.com 846aa2b592 Fixed case for include filename. 2002-01-11 00:01:14 +00:00
beard%netscape.com 2352c8ffb3 Added regexpwrapper.cpp, and mozilla/js2/src/regexp to the include paths.... 2002-01-10 22:23:48 +00:00
beard%netscape.com 226c3edcc5 Added regexpwrapper.cpp, and mozilla/js2/src/regexp to the include paths. 2002-01-10 22:23:41 +00:00
beard%netscape.com 4451fc6204 Changed data structures for root management. Added ObjectScanner to abstract object scanning. 2002-01-10 22:21:52 +00:00
beard%netscape.com 660c240448 Fix Activation constructor warnings. Reindent liberally. 2002-01-10 22:04:11 +00:00
beard%netscape.com 4732c159ee Avoid use of String::c_str(), use String::begin() instead. This also works around a bug in Mac OS X's bastring.h. 2002-01-10 22:03:16 +00:00
rogerl%netscape.com cd130e309b Fixed minor bugs. 2002-01-10 18:10:48 +00:00
rogerl%netscape.com 838ec791ba incremental fixes 2002-01-10 00:23:24 +00:00
rogerl%netscape.com 5e95ad2d01 Fixed windows DEBUG build issues. 2002-01-09 20:59:03 +00:00
rogerl%netscape.com 8a3f412c8b Fixed overrrun errors in character sets.
Fixed windows DEBUG build issues.
2002-01-09 20:58:16 +00:00
pschwartau%netscape.com 51b71c0b26 Added regexpwrapper.cpp 2002-01-08 23:17:11 +00:00
pschwartau%netscape.com 2cf3f4a1b8 Fixed build warnings 2002-01-08 23:15:23 +00:00
rogerl%netscape.com 4306a51020 Fixed failure to parse 'prototype'.
Added regexp support.
2002-01-08 22:39:43 +00:00
waldemar%netscape.com 36c65e999d Updated grammar: blocks and groups are now separate statements. A group is a block with attributes that does not form a scope. A group can hold directives only if it is itself in a location that can hold directives. 2002-01-08 00:09:03 +00:00
waldemar%netscape.com de6758169d Removed attributes from parse directives 2002-01-05 03:32:58 +00:00
waldemar%netscape.com 4d33713829 Fixed cast bug 2002-01-05 01:27:47 +00:00
waldemar%netscape.com b9834aed79 Regularized the grammar for substatements and groups of directives 2001-12-21 06:12:16 +00:00
waldemar%netscape.com 087d0d1a98 Miscellaneous environment improvements 2001-12-20 01:08:25 +00:00
waldemar%netscape.com f65fa0adcf Replaced append by cons 2001-12-20 01:07:52 +00:00
waldemar%netscape.com d65574438b Added 'cons' array operator 2001-12-20 01:07:22 +00:00
rogerl%netscape.com 01c77085c4 Release build fixes. 2001-12-18 17:56:55 +00:00
rogerl%netscape.com 35d8d134ef Modified to use new parameter syntax. 2001-12-18 17:22:26 +00:00
rogerl%netscape.com 20e117d053 Fixed parameter handling to match new syntax. 2001-12-18 17:21:06 +00:00
beard%netscape.com 61500f18f6 Turned on DEBUG flag. 2001-12-13 21:11:14 +00:00
pschwartau%netscape.com 9195b72ecc Adding more info 2001-12-12 00:24:17 +00:00
beard%netscape.com e3de678c12 Mac OS X bustage, stderr is a macro, so can't prefix it with std::. This may depend on the version of libg++ we are using. 2001-12-11 18:56:47 +00:00
beard%netscape.com 97a1a5ba9f *** empty log message *** 2001-12-08 01:06:34 +00:00
beard%netscape.com d3aa9cd027 Added header files to project. 2001-12-08 01:05:27 +00:00
beard%netscape.com a85679549c Changes to build JS2 on Mac OS X. 2001-12-06 22:40:56 +00:00
beard%netscape.com 5ab43072f8 Support for building JS2 using Project Builder on Mac OS X. 2001-12-06 22:32:38 +00:00
rogerl%netscape.com 6cc031aa81 removing obsoleted msdev project files. 2001-12-04 18:35:28 +00:00
waldemar%netscape.com 35d60ebe13 Updated to latest CodeWarrior and to fix subproject dependencies 2001-12-04 02:26:32 +00:00
waldemar%netscape.com 0470d4c0c3 Added support for named function parameters. Fixed several minor variable definition bugs. 2001-12-04 02:25:03 +00:00
jband%netscape.com baf8b57bf4 adding build instructions from pschwartau@netscape.com to the README. Not part of mozilla build 2001-12-03 07:58:18 +00:00
waldemar%netscape.com c203fc92f5 Recent ECMA grammar changes: deleted the x.class operator and prohibited super from being a direct operand of the delete operator. 2001-12-01 03:31:46 +00:00
waldemar%netscape.com f8f541f48a Fixed Mac warnings 2001-12-01 03:30:13 +00:00
waldemar%netscape.com 048855d931 Added comments 2001-11-30 02:23:05 +00:00
waldemar%netscape.com fe50fb0839 Added /* and */ statements 2001-11-30 02:22:37 +00:00
waldemar%netscape.com c2f6dc43ef Added more statement semantics 2001-11-27 02:39:34 +00:00
waldemar%netscape.com 82dc8ca639 Removed #, .., ->, and @ tokens 2001-11-27 02:39:18 +00:00
waldemar%netscape.com 4e6edc46d1 Fixed string literal bug 2001-11-27 02:38:56 +00:00
waldemar%netscape.com dba9d7f2a9 Fixed formatting of empty records 2001-11-27 02:38:39 +00:00
waldemar%netscape.com b3dfc660ae Added support for :var arguments 2001-11-27 02:38:13 +00:00
rogerl%netscape.com 143454c6bd Added Function.call/apply. Fixed bug in exception handling clean-up of
activation stack.
2001-11-06 19:45:04 +00:00
waldemar%netscape.com b21e3aaf6c 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 db6d29fd6b Added dump-units 2001-11-06 01:23:17 +00:00
waldemar%netscape.com 93fdd12a4b Added support for //, assert, and uninitialized vars 2001-11-06 01:22:57 +00:00
waldemar%netscape.com 89ea05011c Added dump-regexp 2001-11-06 01:22:45 +00:00
waldemar%netscape.com ffaef3d56f Ensured that styled text doesn't contain non-keyword symbols as styles 2001-11-06 01:22:14 +00:00
rogerl%netscape.com 72c876409e Fixed result value of for..in statement. Handling of user throws & runtime
errors combined. Various reader->pos bugs. Added Error & NativeError types.
Added escape & unescape. Fixed bugs in Array.sort & Date settors.
2001-11-05 18:05:37 +00:00
waldemar%netscape.com c4ec713da5 Substantive semantic changes. Implemented prototype instances and property reading and writing. 2001-10-27 02:41:20 +00:00
waldemar%netscape.com 7185d1eae2 Fixed comment 2001-10-27 02:40:41 +00:00
waldemar%netscape.com 1a0ebc5a32 Added :uninitialized variables 2001-10-27 02:40:13 +00:00
waldemar%netscape.com e33e71d2f0 Reordered sections to match E4 draft. Added prototype semantic domain. 2001-10-23 22:47:20 +00:00
waldemar%netscape.com 58f70101c1 Added dump-lexer 2001-10-23 22:46:26 +00:00
waldemar%netscape.com b2c6eca94e Fixed handling of unions containing forward-defined types 2001-10-23 22:46:01 +00:00
waldemar%netscape.com f6a2b2dc3e Added :nbsp 2001-10-23 22:45:31 +00:00
waldemar%netscape.com 10a3a367d8 Added :global-call and support for styled text inside %heading 2001-10-23 22:45:20 +00:00
waldemar%netscape.com 58832bbcea Replaced %section and %subsection by %heading with an adjustable level number 2001-10-19 23:18:03 +00:00
waldemar%netscape.com 3172f59803 Renamed type to domain 2001-10-19 00:50:40 +00:00
rogerl%netscape.com 9f287653da Added Array.sort. Fixed toNumber(String) for trailing whitespace. Fixed
Date.SetXXX for date values. Fixed scopechain growth bug. Fixed empty
array literals. Fixed empty type casts for built-ins.
2001-10-19 00:25:28 +00:00
waldemar%netscape.com 7264eb7847 Added support for writable actions 2001-10-17 03:57:51 +00:00
waldemar%netscape.com 23bdb7deeb Enhanced list*-bind and added tree-member 2001-10-17 03:57:32 +00:00
waldemar%netscape.com 91ffb77c76 Fixes from October 1 ECMA meeting 2001-10-17 03:57:06 +00:00
waldemar%netscape.com 788cbe5c15 Test of writable actions 2001-10-17 03:55:46 +00:00
waldemar%netscape.com d2986d85ca Updated for new syntax 2001-10-17 03:55:25 +00:00
rogerl%netscape.com c29d29a9b9 warning fix. 2001-10-16 19:14:16 +00:00
rogerl%netscape.com 5611bff89a Fixed length fields for various functions, behavioiur of string functions
to match tests. Added missing virtuals to BoundFunction. Fixed eval access
to parameters and locals.
2001-10-16 18:58:42 +00:00
waldemar%netscape.com 50fa5aa608 Added subscript styles 2001-10-12 00:24:59 +00:00
waldemar%netscape.com 3d075be04d 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
pschwartau%netscape.com d2eeedc189 Warning fixes 2001-10-09 00:08:31 +00:00
rogerl%netscape.com 6bef5de0a9 Added enumerable handling, === operator. Fixed try/catch across interpreter
loop invocations, other sundry ecma test suite fixes.
2001-10-08 23:57:01 +00:00
beard%netscape.com 8094f5381e Added Carbon.rsrc to Carbon targets. 2001-10-04 21:45:48 +00:00
beard%netscape.com e8922631fe Carbon specific resources for Carbon targets. 2001-10-04 21:41:56 +00:00
waldemar%netscape.com f9f0eb59a2 Added support for indexes in rtf files 2001-10-04 01:13:53 +00:00
waldemar%netscape.com 46bae57c92 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
rogerl%netscape.com 6d99fc6e49 Fixed for..in to descend prototype chain. Fixed binding for non-methods. 2001-10-02 01:15:12 +00:00
pschwartau%netscape.com 48c4d2480e Warning fixes from mac build 2001-09-28 01:32:05 +00:00
rogerl%netscape.com 7b295cf4b7 Wiped warning whining. 2001-09-28 01:24:38 +00:00
rogerl%netscape.com f1acd9f856 Snapshot of latest fixes for expression/statement/date/boolean/types ECMA
test suite related bug fixing.
2001-09-28 01:16:52 +00:00
rogerl%netscape.com 2c954b679c Fixed crash in handling 'for (var i,p in...' - the reader didn't have a
pre-peeked token for the error report unless it was backed up.
2001-09-28 01:16:00 +00:00
waldemar%netscape.com 1f6af95d85 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 4ee5399d3a Miscellaneous renamings and formatting changes 2001-09-27 05:41:20 +00:00
waldemar%netscape.com a7370dd7cb Added optional parameters to %print-actions 2001-09-27 05:40:20 +00:00
waldemar%netscape.com 1ad950164a Added support for -> covariance and contravariance 2001-09-27 05:39:52 +00:00
waldemar%netscape.com 0290f857e7 Renamed local-variable to variable 2001-09-25 03:51:24 +00:00
waldemar%netscape.com 2478baa36a Tweaked HTML formatting 2001-09-25 03:51:12 +00:00
waldemar%netscape.com 2bacd49f44 Added algorithm, stmt, and lvl styles. Obsoleted semantics styles. 2001-09-25 03:50:36 +00:00
waldemar%netscape.com 0ec390e0a2 Added support for algorithm styles 2001-09-25 03:49:47 +00:00
waldemar%netscape.com 4b6409bb06 Tweaked Word styles 2001-09-25 03:49:27 +00:00
waldemar%netscape.com 91e1713b73 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 d0d41b288d Added named 2001-09-25 03:47:52 +00:00
waldemar%netscape.com deea221554 Fixed the precedence of neg 2001-09-25 03:46:57 +00:00
rogerl%netscape.com 0a1e1917be Fixed value/type mismatch bugs. Fixed some warnings. 2001-09-20 23:52:06 +00:00
beard%netscape.com 8fe30e3446 Fix crasher on Mac. 2001-09-20 23:39:06 +00:00
beard%netscape.com 14c30b2540 Fix Mac build bustage. 2001-09-20 22:15:14 +00:00
rogerl%netscape.com 2ab489fd60 Added 'version' function for test suite. 2001-09-20 01:41:03 +00:00
rogerl%netscape.com 3fcd5489f5 Fixes for missing global object properties, various bug fixes. 2001-09-20 01:35:42 +00:00
waldemar%netscape.com 51d86fad6d Transitioned to paragraph/DIV-based styles 2001-09-20 00:13:32 +00:00
waldemar%netscape.com bd8682892c Added time-to-string and time-to-short-string 2001-09-20 00:12:13 +00:00
waldemar%netscape.com f666ecf37d Eliminated unnecessary VC6 workaround 2001-09-15 05:17:51 +00:00
waldemar%netscape.com 37ce7f07c2 Fixed error in lexing hexadecimal literals 2001-09-15 01:52:07 +00:00
waldemar%netscape.com e3053377cb Fixed template overinstantiation bug 2001-09-13 01:04:22 +00:00
waldemar%netscape.com 589c6baca5 Added support for list-sets, some, and every. Removed tuple and record tags. Made many minor semantic notation improvements. 2001-09-10 22:10:36 +00:00
waldemar%netscape.com 57e9c8490b Split out parseFunctionExpression 2001-09-06 22:44:32 +00:00
waldemar%netscape.com c2d460e09f Added missing library 2001-09-06 22:31:29 +00:00
waldemar%netscape.com 1040d07dde Added missing files 2001-09-06 22:31:05 +00:00
pschwartau%netscape.com c31ea81bb3 Warning suppression, plus getting date files into mac build 2001-09-05 18:38:17 +00:00
rogerl%netscape.com b70ed1935c Added setXXX funciton implementations. 2001-09-04 22:07:32 +00:00
rogerl%netscape.com aacd256415 Added jsdate & prmjtime to build. 2001-09-04 21:10:21 +00:00
rogerl%netscape.com 40afe1d151 Fix for apparent missing region compare in gcc version of basic_string. 2001-09-04 21:02:10 +00:00
rogerl%netscape.com 6477e3354f Adding Date package. 2001-09-01 01:10:57 +00:00
rogerl%netscape.com 0a316d3301 Fixed warning. 2001-08-28 00:52:16 +00:00
rogerl%netscape.com 5b2c609f80 Started adding Array[]. 2001-08-28 00:44:19 +00:00
rogerl%netscape.com 1044dd8151 Fixed ++/-- operators to invoke unary '+' on operand. All handled by
bytecodegen now instead of in interpreter.
2001-08-27 21:33:54 +00:00
waldemar%netscape.com 5d3a82e791 Removed type-expression 2001-08-23 04:22:56 +00:00
waldemar%netscape.com d2a51e5b54 Added more basic semantics 2001-08-23 04:22:24 +00:00
waldemar%netscape.com 3a8791415d Added vector subtyping, support for & on unions of tags, and the nonempty operator 2001-08-23 04:21:18 +00:00
waldemar%netscape.com 433afbcdaa Renamed a few semantic types. Added 'named' parameter attribute. 2001-08-17 20:04:04 +00:00
waldemar%netscape.com d7facf8397 Tags with fields are now depicted with the 'tuple' keyword instead of 'tag' 2001-08-17 20:03:11 +00:00
pschwartau%netscape.com 08136ed931 Initial add. 2001-08-16 19:03:26 +00:00
pschwartau%netscape.com 00acd17777 Correcting a misleading comment - 2001-08-16 18:24:22 +00:00
beard%netscape.com c449c9f59f Added Carbon targets, fixed MPW targets. 2001-08-16 01:34:18 +00:00
beard%netscape.com a26c6b000c Build with latest CodeWarrior tools. 2001-08-16 01:02:46 +00:00
waldemar%netscape.com d513856da0 Added unary operators and much more expression parsing. Rearranged semantic data structures. 2001-08-16 00:39:00 +00:00
waldemar%netscape.com 0a334dc2ef Brought up to date to process formal/notation.html 2001-08-16 00:38:06 +00:00
waldemar%netscape.com 8feef5fd35 Added subset-10 and subset-eq-10 2001-08-16 00:37:39 +00:00
waldemar%netscape.com 776f55b009 Removed 'type' keyword before depicted type definitions 2001-08-16 00:37:03 +00:00
pschwartau%netscape.com 1c0b13ac41 Fixing an error. 2001-08-15 21:20:05 +00:00
pschwartau%netscape.com 41e19b6b38 Improving readability. 2001-08-15 21:19:21 +00:00
pschwartau%netscape.com 93662b7170 Improved status message. 2001-08-15 21:18:49 +00:00
pschwartau%netscape.com 6e191ddc3e Added object typing. 2001-08-15 20:57:23 +00:00
beard%netscape.com e1478e6f5e Added MPW tool targets. 2001-08-15 18:59:54 +00:00
beard%netscape.com d1fc46dcba Fixed XP_MAC_MPW code rot. 2001-08-15 18:59:34 +00:00
beard%netscape.com 4e8866c55b Prefix files for MPW targets. 2001-08-15 18:58:31 +00:00
beard%netscape.com bd613ffc18 Updated for latest CodeWarrior tools. 2001-08-15 18:27:40 +00:00
pschwartau%netscape.com eae2932617 Corrected an error in Section 6 of test. 2001-08-15 18:07:03 +00:00
rogerl%netscape.com 2a2fb98563 Fixed position for 'this' error message. 2001-08-15 01:05:05 +00:00
rogerl%netscape.com 689d5c0630 Fixed detection of unchecked functions as function literals. 2001-08-15 00:59:13 +00:00
pschwartau%netscape.com b0768a4141 Initial add. 2001-08-14 23:32:56 +00:00
pschwartau%netscape.com 6b1276c679 Minor corrections. 2001-08-14 23:23:33 +00:00
pschwartau%netscape.com 22b9086431 Corrected a mistake: any use of 'this' inside a class must be contained in a function. 2001-08-14 23:17:07 +00:00
pschwartau%netscape.com f1d134c609 Corrected a mistake: any 'this' inside a class must be wrapped in a function. 2001-08-14 22:33:11 +00:00
pschwartau%netscape.com 0d54660f01 Removed extraneous code from the testcase. 2001-08-14 22:24:12 +00:00
pschwartau%netscape.com 2abdc26434 Correcting an error: 'this' should have been contained inside constructor functions. 2001-08-14 21:55:19 +00:00
rogerl%netscape.com 3940ba12f2 Fixed illegal use of 'this' in instance methods. Fixed bug in getType for
undefined value.
2001-08-14 21:02:38 +00:00
pschwartau%netscape.com de92be7592 Correcting an error in the test. Added comments to explain. 2001-08-14 20:28:06 +00:00
pschwartau%netscape.com c8f2950727 Added comment. 2001-08-14 04:18:24 +00:00
pschwartau%netscape.com c90b6e6550 Initial add. 2001-08-14 04:12:21 +00:00
pschwartau%netscape.com ffed1be333 Correcting a mistake: "prototype" functions should be "constructor" functions. 2001-08-14 03:22:07 +00:00
pschwartau%netscape.com 23ec4052a2 Added many new cases to test. 2001-08-14 02:19:08 +00:00
rogerl%netscape.com 0925e92ffd Fixed missing function name/class info crashes. 2001-08-13 23:14:56 +00:00
waldemar%netscape.com 8dd68f5e16 Brought up to date 2001-08-11 06:53:35 +00:00
waldemar%netscape.com 1efc1a11fd Added semicolon after action declarations 2001-08-11 06:53:09 +00:00
waldemar%netscape.com 5df1c2764b Fixed handling of the 'private' attribute 2001-08-11 00:32:05 +00:00
waldemar%netscape.com b0424865ca Removed 3_in lexer unit syntax 2001-08-10 23:51:00 +00:00
waldemar%netscape.com abdb640233 Merged with branch 2001-08-10 23:50:27 +00:00
waldemar%netscape.com 62d960e8ba Added truncate-finite-float64 and compare 2001-08-10 23:27:43 +00:00
waldemar%netscape.com f8b3a4a6aa Renamed truncate-float64 to truncate-finite-float64 2001-08-10 23:26:50 +00:00
waldemar%netscape.com a16400a1e7 Put back instanceof and made minor superficial changes 2001-08-10 23:25:41 +00:00
waldemar%netscape.com 8788474af2 Removed 3_in notation 2001-08-10 23:24:39 +00:00
waldemar%netscape.com 748c97bb3d Eliminated local-variable style 2001-08-10 23:24:11 +00:00
waldemar%netscape.com 7fbd45cfc6 Fixed handling of infinities 2001-08-10 23:23:42 +00:00
pschwartau%netscape.com f34271e0fb bad type for delete index operand. fixed type warning. 2001-08-10 00:29:48 +00:00
rogerl%netscape.com 926774efef Fixed bug in short value instruction operand printing. 2001-08-10 00:25:47 +00:00
rogerl%netscape.com 8e69fe31a5 Fixed operator overloading for indexing operators. 2001-08-10 00:21:32 +00:00
pschwartau%netscape.com 8b813402f5 Initial add 2001-08-07 19:46:26 +00:00
pschwartau%netscape.com 04bcd0b844 Initial add. 2001-08-07 19:45:15 +00:00
rogerl%netscape.com 4160719eb2 Merging JS2_DIKDIK_BRANCH macbuild related stuff. 2001-08-07 01:40:39 +00:00
rogerl%netscape.com ca6a263e83 Merging DIKDIK_BRANCH into main line. 2001-08-07 01:21:11 +00:00
rogerl%netscape.com 3d4c8708e2 Removing stale versions 2001-08-06 22:34:29 +00:00
rogerl%netscape.com cad90ce929 More branch merging. 2001-08-06 22:25:07 +00:00
rogerl%netscape.com a85e959b31 More branch merging. 2001-08-06 22:06:15 +00:00
rogerl%netscape.com d2a1e84877 More branch merging. 2001-08-06 21:59:04 +00:00
rogerl%netscape.com 5ab74c2310 More branch merging 2001-08-06 21:57:00 +00:00
rogerl%netscape.com 62c3650311 Merging in from DIKDIK_BRANCH 2001-08-06 21:53:33 +00:00
rogerl%netscape.com a4301e63dd Removing jsc (again, hopefully correctly) 2001-08-06 20:14:07 +00:00
waldemar%netscape.com 3e4c7076a4 Jul 24 syntax changes 2001-07-26 23:38:46 +00:00
waldemar%netscape.com 8e38044aab Changed instanceof to is and removed no-line-break constraint after use 2001-06-30 02:29:52 +00:00
waldemar%netscape.com c8e597f524 Added 'is' reserved word 2001-06-30 02:29:08 +00:00
waldemar%netscape.com e3493c0237 Made parenthesized field names js2-only. Renamed language directives to pragmas and reworked their syntax as well as that of use and import directives. 2001-06-16 00:41:34 +00:00
waldemar%netscape.com c3cb31ba54 Updated parser: attributes can be expressions, added new attributes, disallowed nested ::'s, deleted Eval nodes, added const and void nodes, deleted package attribute, deleted super::id syntax, and added super, super(expr), and super(args) syntax 2001-06-13 21:24:27 +00:00
waldemar%netscape.com 7d72a7065d Added RTF cleanup utilities and a hack to read and write improper RTF commands that contain upper-case letters. 2001-06-09 01:04:16 +00:00
waldemar%netscape.com 79a0cd28c9 Interchanged Definition and AnnotatedDefinition. 2001-06-09 01:03:10 +00:00
waldemar%netscape.com 8cfc11f0ad Big switchover to Algol-style semantics 2001-04-12 04:33:39 +00:00
waldemar%netscape.com cfa454de93 Removed ' 2001-04-12 04:32:52 +00:00
waldemar%netscape.com bdb8a533f6 Brought up to date 2001-04-12 04:32:17 +00:00
waldemar%netscape.com dacc51531a Switchover to Algol-style semantics 2001-04-12 04:31:46 +00:00
rogerl%netscape.com c44ee93288 Tentative fix for build releated issues. 2001-03-27 22:06:21 +00:00
rogerl%netscape.com c963d9e017 Tentative fix for build related issues. 2001-03-27 22:05:48 +00:00
jeff.dyer%compilercompany.com 81f35ba810 Adding JSILGenerator code 2001-03-26 22:37:50 +00:00
jeff.dyer%compilercompany.com dc352e6fb6 Updating JSC with framework for semantics in cpp. 2001-03-26 22:31:11 +00:00
waldemar%netscape.com 3b9974b135 Added support for more html elements 2001-03-09 02:12:21 +00:00
waldemar%netscape.com 48b2bd5c37 Made read-rtf non-recursive to avoid stack overflows 2001-03-09 02:11:13 +00:00
waldemar%netscape.com d5c2386002 Renamed token to input-element 2001-03-09 02:10:15 +00:00
waldemar%netscape.com 1ae510f12c Changed titles of generated html and rtf files 2001-03-09 02:09:50 +00:00