root/trunk/SpecData

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4297 [4297] 4 weeks sukyoungryu [spec] Added the Expressions chapter.
(edit) @4295 [4295] 4 weeks sukyoungryu [spec] Added some sections in the Expressions chapter.
(edit) @3913 [3913] 5 months sukyoungryu [parser] Fixed preparsing compound operators. Added a test. [spec …
(edit) @3775 [3775] 6 months sukyoungryu [syntax] Implemented the new syntax: 'as' in type ascription is replaced …
(edit) @3713 [3713] 7 months jrhil47 [Static End] Added and disambiguated self types.
(edit) @3562 [3562] 8 months jmaessen Bunches of minor library tweaks due to bugs uncovered along the way, plus …
(edit) @3550 [3550] 9 months sukyoungryu [copyright] Fixed the copyright notices.
(edit) @3546 [3546] 9 months jmaessen Changed Executable api to have no arguments; program arguments are now …
(edit) @3349 [3349] 10 months sukyoungryu [spec examples] Do not run a possibly nonterminating example.
(edit) @3237 [3237] 11 months jmaessen [libraries, tests] Replace toString by asString throughout.
(edit) @3057 [3057] 13 months black more toString -> asString changes
(edit) @2993 [2993] 13 months sukyoungryu [spec data] For now, commented out a spec example which is not working and …
(edit) @2868 [2868] 14 months sukyoungryu [parser] Fixed parsing numerals according to the spec 1.0b.
(edit) @2829 [2829] 14 months sukyoungryu [language] Use 'outcome' instead of 'result' for an implicitly declared …
(edit) @2826 [2826] 15 months sukyoungryu [delete] Eliminated the transient modifier.
(edit) @2695 [2695] 15 months nbeckman [disambiguator] We now report errors if a unqualified reference to a type …
(edit) @2503 [2503] 16 months EricAllen Implemented static shadowing detection. (But it is offline until all …
(edit) @2419 [2419] 16 months jmaessen [Library, static analysis, tests] Added type Object to …
(edit) @2368 [2368] 16 months sukyoungryu [tool] Added more cases in the Ast2Cst tool. [tests] Adjusted a spec …
(edit) @2367 [2367] 16 months EricAllen More extensions to automatic getter/setter generator. Modifications to …
(edit) @2317 [2317] 16 months sukyoungryu [tests] Fixed test files.
(edit) @2268 [2268] 17 months sukyoungryu [ant] Made an error on com.sun.fortress.ant_tasks.BatchTask? fail the build …
(edit) @2263 [2263] 17 months jmaessen IntLiteral? is now a subtype of ZZ32 (and thus of every other numeric …
(edit) @2163 [2163] 17 months nbeckman [Disambiguator] There are a lot of changes in this revision. - I found …
(edit) @1914 [1914] 18 months sukyoungryu [parser] Equality testing expressions within a block should be …
(edit) @1786 [1786] 18 months jmaessen New Reduction type hierarchy, in preparation for the new comprehension …
(edit) @1748 [1748] 18 months jmaessen TypeReflect? is no longer necessary in order to define covariant functions …
(edit) @1595 [1595] 19 months sukyoungryu Fixed a bug reported by Jon: Mutable variables should be declared with …
(edit) @1588 [1588] 19 months jmaessen Slightly better treatment of IEEE FP, and better treatment of MIN and MAX. …
(edit) @1517 [1517] 19 months jmaessen Some cleanups to Library/Map.fss, fixing a bug in error reporting in …
(edit) @1500 [1500] 20 months jmaessen A bit of code cleanup after last checkin. What used to be …
(edit) @1463 [1463] 20 months jmaessen Depracate size() in favor of |self|, which is much more elegant on the …
(edit) @1451 [1451] 20 months sukyoungryu Fixed copyright notices.
(edit) @1428 [1428] 20 months sukyoungryu Added a spec example.
(edit) @1424 [1424] 20 months sukyoungryu Added more spec examples.
(edit) @1423 [1423] 20 months EricAllen Added a "compile" flag to the "fortress" ant task.
(edit) @1410 [1410] 20 months jmaessen New examples of how to defined generators and reductions.
(edit) @1404 [1404] 20 months sukyoungryu Added more spec examples.
(edit) @1392 [1392] 20 months sukyoungryu Added a spec example.
(edit) @1382 [1382] 21 months sukyoungryu 1. 'fortress filename.fss' is equivalent to 'fortress run filename.fss'. …
(edit) @1381 [1381] 21 months sukyoungryu 1. Jan's fix to evaluating at expressions. 2. Added more spec examples.
(edit) @1375 [1375] 21 months EricAllen Fixed toStrings of some values. Renamed fortress -> fortress-old. Renamed …
(edit) @1359 [1359] 21 months sukyoungryu Added spec examples for map aggregates and map comprehensions. Fixed …
(edit) @1345 [1345] 21 months sukyoungryu Implemented the map aggregate expressions syntax.
(edit) @1342 [1342] 21 months sukyoungryu Moved a not-working spec example out of testing.
(edit) @1338 [1338] 21 months sukyoungryu Renamed the AtomicConflict? exception to TryAtomicFailure?.
(edit) @1336 [1336] 21 months sukyoungryu Fixed trying to unwrapping a none option.
(edit) @1304 [1304] 22 months sukyoungryu Fixed copyright notices and did some clean up.
(edit) @1301 [1301] 22 months dr2chase Fixed prefix/postfix/other operator ambiguity, fixes bugs #16 and #62
(edit) @1288 [1288] 22 months sukyoungryu Fixed some copy right notices.
(edit) @1274 [1274] 22 months sukyoungryu Fixed the precedence between prefix and juxtaposition.
(edit) @1267 [1267] 22 months sukyoungryu 1. Big operator applications (accumulators and comprehensions) are …
(edit) @1263 [1263] 22 months sukyoungryu Implemented the changed syntax for operator declarations, comprehensions, …
(edit) @1261 [1261] 22 months sukyoungryu Big operators are implemented.
(edit) @1245 [1245] 22 months sukyoungryu Fixed some copyright notices.
(edit) @1241 [1241] 22 months sukyoungryu Fixed some static errors in the example programs and libraries.
(edit) @1240 [1240] 22 months sukyoungryu New keyword: native
(edit) @1180 [1180] 22 months sukyoungryu Fixed some copyright notices.
(edit) @1156 [1156] 23 months sukyoungryu More example files in the spec.
(edit) @1153 [1153] 23 months sukyoungryu Added library examples in the spec.
(edit) @1149 [1149] 23 months dr2chase Intepreter now runs from caching fortress repository; file names and …
(edit) @1148 [1148] 23 months sukyoungryu Made the file names match the component names.
(edit) @1146 [1146] 23 months sukyoungryu Library examples in the spec.
(edit) @1112 [1112] 2 years sukyoungryu Implemented the new import-statement syntax.
(edit) @1105 [1105] 2 years sukyoungryu Multifix operator applications are not yet implemented.
(edit) @1095 [1095] 2 years jmaessen Fiddled with reductions (particularly Sum reduction) in effort to get …
(edit) @1091 [1091] 2 years sukyoungryu Replaced largest/smallest expressions with most expressions.
(edit) @1090 [1090] 2 years sukyoungryu Deleted a generated file.
(edit) @1082 [1082] 2 years sukyoungryu Deleted unused code.
(edit) @1026 [1026] 2 years sukyoungryu Added more examples to the spec.
(edit) @1006 [1006] 2 years sukyoungryu Added more examples in the Overview chapter.
(edit) @987 [987] 2 years sukyoungryu Added remained examples in the Expressions chapter in the spec.
(edit) @978 [978] 2 years sukyoungryu Added some examples in the Expressions chapter in the spec.
(edit) @969 [969] 2 years sukyoungryu Constructors, and generic constructors, can now participate in …
(edit) @956 [956] 2 years sukyoungryu Added some example in the Expressions chapter in the spec.
(edit) @952 [952] 2 years sukyoungryu Overloading between an object constructor and a top-level function is not …
(edit) @951 [951] 2 years sukyoungryu Added examples in the Traits and Objects chapters in the spec.
(edit) @943 [943] 2 years sukyoungryu Added examples in the Functions chapter in the spec.
(edit) @940 [940] 2 years sukyoungryu Added examples in the Static Parameters chapter in the spec.
(edit) @938 [938] 2 years sukyoungryu Added more examples from the spec.
(edit) @878 [878] 2 years sukyoungryu Added an example in the evaluation chapter in the spec.
(edit) @877 [877] 2 years sukyoungryu Added examples in the overview chapter.
(edit) @876 [876] 2 years sukyoungryu Adding examples in the preliminary part of the spec.
(edit) @875 [875] 2 years sukyoungryu Fixed bugs in the example files.
(edit) @874 [874] 2 years sukyoungryu Added more examples from the spec.
(edit) @863 [863] 2 years sukyoungryu Added more example files in the spec.
(edit) @862 [862] 2 years sukyoungryu Revised examples in the spec.
(edit) @854 [854] 2 years sukyoungryu Added more reserved words tables.
(edit) @851 [851] 2 years sukyoungryu Added a missing reserved word: FORALL
(edit) @847 [847] 2 years sukyoungryu Added an example from the spec.
(edit) @842 [842] 2 years sukyoungryu Some example in the Lexical Structure chapter in the spec.
(edit) @841 [841] 2 years sukyoungryu Some examples in the Operator Declarations chapter in the spec.
(edit) @747 [747] 2 years EricAllen Moved fortress-keywords to SpecData?/tables. Added a "fortress" target to …
(add) @741 [741] 2 years sukyoungryu Added the PFC/SpecData directory.
Note: See TracRevisionLog for help on using the revision log.