Commit Graph

908 Commits

Author SHA1 Message Date
waldemar%netscape.com
5dbea6cf6b Fixed error in lexing hexadecimal literals 2001-09-15 01:52:07 +00:00
waldemar%netscape.com
09c1606e5d Fixed template overinstantiation bug 2001-09-13 01:04:22 +00:00
waldemar%netscape.com
2fc37b5493 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
42a25f889c Split out parseFunctionExpression 2001-09-06 22:44:32 +00:00
waldemar%netscape.com
9a61a7e603 Added missing library 2001-09-06 22:31:29 +00:00
waldemar%netscape.com
292ca21e41 Added missing files 2001-09-06 22:31:05 +00:00
pschwartau%netscape.com
d8870e67af Warning suppression, plus getting date files into mac build 2001-09-05 18:38:17 +00:00
rogerl%netscape.com
2caccf6451 Added setXXX funciton implementations. 2001-09-04 22:07:32 +00:00
rogerl%netscape.com
7b10ce1fc7 Added jsdate & prmjtime to build. 2001-09-04 21:10:21 +00:00
rogerl%netscape.com
1a575505c4 Fix for apparent missing region compare in gcc version of basic_string. 2001-09-04 21:02:10 +00:00
rogerl%netscape.com
805e8131ff Adding Date package. 2001-09-01 01:10:57 +00:00
rogerl%netscape.com
17c24a6e58 Fixed warning. 2001-08-28 00:52:16 +00:00
rogerl%netscape.com
de3967fa51 Started adding Array[]. 2001-08-28 00:44:19 +00:00
rogerl%netscape.com
25dfb8748d 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
6111dd54aa Removed type-expression 2001-08-23 04:22:56 +00:00
waldemar%netscape.com
b57ec3972b Added more basic semantics 2001-08-23 04:22:24 +00:00
waldemar%netscape.com
3096004e48 Added vector subtyping, support for & on unions of tags, and the nonempty operator 2001-08-23 04:21:18 +00:00
waldemar%netscape.com
52b817d584 Renamed a few semantic types. Added 'named' parameter attribute. 2001-08-17 20:04:04 +00:00
waldemar%netscape.com
4b193a72e0 Tags with fields are now depicted with the 'tuple' keyword instead of 'tag' 2001-08-17 20:03:11 +00:00
pschwartau%netscape.com
a51d898af1 Initial add. 2001-08-16 19:03:26 +00:00
pschwartau%netscape.com
b8e5711f71 Correcting a misleading comment - 2001-08-16 18:24:22 +00:00
beard%netscape.com
d885793203 Added Carbon targets, fixed MPW targets. 2001-08-16 01:34:18 +00:00
beard%netscape.com
29a0a349f3 Build with latest CodeWarrior tools. 2001-08-16 01:02:46 +00:00
waldemar%netscape.com
bd2b5fb685 Added unary operators and much more expression parsing. Rearranged semantic data structures. 2001-08-16 00:39:00 +00:00
waldemar%netscape.com
b2b2b87db6 Brought up to date to process formal/notation.html 2001-08-16 00:38:06 +00:00
waldemar%netscape.com
71f15ab5d0 Added subset-10 and subset-eq-10 2001-08-16 00:37:39 +00:00
waldemar%netscape.com
528e7cbb0d Removed 'type' keyword before depicted type definitions 2001-08-16 00:37:03 +00:00
pschwartau%netscape.com
06b7f5c656 Fixing an error. 2001-08-15 21:20:05 +00:00
pschwartau%netscape.com
ee08055238 Improving readability. 2001-08-15 21:19:21 +00:00
pschwartau%netscape.com
cd32024997 Improved status message. 2001-08-15 21:18:49 +00:00
pschwartau%netscape.com
159ee6f53b Added object typing. 2001-08-15 20:57:23 +00:00
beard%netscape.com
d7e9336828 Added MPW tool targets. 2001-08-15 18:59:54 +00:00
beard%netscape.com
612bf202c0 Fixed XP_MAC_MPW code rot. 2001-08-15 18:59:34 +00:00
beard%netscape.com
30c43d1d9b Prefix files for MPW targets. 2001-08-15 18:58:31 +00:00
beard%netscape.com
de65efa606 Updated for latest CodeWarrior tools. 2001-08-15 18:27:40 +00:00
pschwartau%netscape.com
2ba1b45e77 Corrected an error in Section 6 of test. 2001-08-15 18:07:03 +00:00
rogerl%netscape.com
5472b4b6eb Fixed position for 'this' error message. 2001-08-15 01:05:05 +00:00
rogerl%netscape.com
fe5584b4f7 Fixed detection of unchecked functions as function literals. 2001-08-15 00:59:13 +00:00
pschwartau%netscape.com
840b139f9b Initial add. 2001-08-14 23:32:56 +00:00
pschwartau%netscape.com
f477b0190b Minor corrections. 2001-08-14 23:23:33 +00:00
pschwartau%netscape.com
a5cbb50aa4 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
9870164d2b 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
5e9cc612e0 Removed extraneous code from the testcase. 2001-08-14 22:24:12 +00:00
pschwartau%netscape.com
fce119515f Correcting an error: 'this' should have been contained inside constructor functions. 2001-08-14 21:55:19 +00:00
rogerl%netscape.com
31ea7a8d8e 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
7489c41d80 Correcting an error in the test. Added comments to explain. 2001-08-14 20:28:06 +00:00
pschwartau%netscape.com
aee71e6700 Added comment. 2001-08-14 04:18:24 +00:00
pschwartau%netscape.com
49a88bf6a8 Initial add. 2001-08-14 04:12:21 +00:00
pschwartau%netscape.com
6dc771167d Correcting a mistake: "prototype" functions should be "constructor" functions. 2001-08-14 03:22:07 +00:00
pschwartau%netscape.com
0fa8d70e3e Added many new cases to test. 2001-08-14 02:19:08 +00:00