Timeline
01/23/08:
- 21:57 Changeset [1195] by
- Fortress syntax
- 19:59 Changeset [1194] by
- Fix some bugs and plumb some types.
- 19:29 Changeset [1193] by
- A* search example (half-baked and deliberately inefficient to shake down …
- 18:04 Changeset [1192] by
- Desugaring escapes
- 17:46 Changeset [1191] by
- Desugaring escapes
- 15:46 Changeset [1190] by
- Implemented TypeAnalyzer?.Env, which lets the TypeAnalyzer? get handles on …
- 13:09 Changeset [1189] by
- Ooops, forgot to commit at the top level
- 12:40 Changeset [1188] by
- bin/fortress and unit tests now use the syntax transforming front end
- 10:29 Changeset [1187] by
- Deleted unused productions.
- 09:24 Changeset [1186] by
- Fixed copyrights
- 09:14 Changeset [1185] by
- Refactored FValue, FConstructedValue, Fcn, and FObject to make type …
01/22/08:
- 20:02 Changeset [1184] by
- Now implemented various symbols and new production syntax
- 14:19 Changeset [1183] by
- List and Set comprehensions. Caveat emptor: comprehensions whose result …
- 13:37 Ticket #61 (Empty comprehensions give bogus results) created by
- Consider the following comprehension: […] Rather than yielding a …
- 13:32 Ticket #60 (Ordering on sets and maps) created by
- See summary. For that matter, lists could use some of these operators as …
- 13:30 Ticket #59 (Make boolean guards work) created by
- Either by fixing desugaring or making Boolean a Generator. cf …
- 12:41 Changeset [1182] by
- Implemented the revised big enclosing operator declaration syntax.
- 11:45 Changeset [1181] by
- Implemented the native bit of a compilation unit.
01/21/08:
- 07:36 Changeset [1180] by
- Fixed some copyright notices.
01/19/08:
- 06:51 Changeset [1179] by
- Fixed a copyright notice.
- 06:40 Changeset [1178] by
- Fixed broken files.
01/18/08:
- 20:30 Changeset [1177] by
- ups one more file :)
- 20:29 Changeset [1176] by
- More syntax abstraction stuff
- 15:09 Changeset [1175] by
- Added more cases to the type checker. Added supporting facilities in …
- 11:33 Ticket #58 (Implement Map comprehensions) created by
- We're all ready to go; see …
- 11:30 Ticket #57 (Update ProjectStatus) created by
- The ProjectStatus page (and probably also the README) are terribly out of …
- 11:08 Changeset [1174] by
- Copyright updates
01/17/08:
- 14:54 Changeset [1173] by
- Renamed Types to TypeAnalyzer?; improved integration with type checker
- 12:06 Changeset [1172] by
- Syntax abstractions now ignores components which do not import apis with …
- 11:34 Ticket #41 (Make exponentiation intuitive) closed by
- fixed
- 11:31 Changeset [1171] by
- 1. It is a static error if a function argument is immediately followed by …
- 09:40 Changeset [1170] by
- 1. It is a static error if an exponentiation is immediately followed by a …
- 08:49 Changeset [1169] by
- 232 is now rejected as a static error.
- 07:53 Changeset [1168] by
- Updated Copyright Notices
01/16/08:
- 23:57 Ticket #56 (Explicitly specify java interpreter in trunk/bin/fortress) created by
- The trunk/bin/fortress script relies on the java interpreter found from …
- 14:58 Changeset [1167] by
- Fixed cache to be smarter about error messages and relative path names
- 08:25 Changeset [1166] by
- Added precise transitive batch caching FortressRepository?; used in unit …
01/15/08:
- 08:00 Changeset [1165] by
- Disambiguation of syntax abstractions
01/14/08:
- 22:03 Changeset [1164] by
- Implemented the revised tight juxtaposition rules and the revised syntax …
01/13/08:
- 17:16 Changeset [1163] by
- Removed spurious asArray() method.
- 17:14 Changeset [1162] by
- Copied "Depracated" comment across from List.fss. I'd like to make this …
01/11/08:
- 15:35 Changeset [1161] by
- Added initial subtyping/type inference code. A few modifications to the …
- 13:28 Changeset [1160] by
- Replaced Path with String so fss will work
01/10/08:
- 21:07 Changeset [1159] by
- Preparing for the revised tight juxtaposition rules
- 10:42 Changeset [1158] by
- Towards the revised tight juxtaposition rules.
01/08/08:
- 15:31 Changeset [1157] by
- Added more cases to the type checker. Added a Types class to hold static …
01/07/08:
- 18:10 Changeset [1156] by
- More example files in the spec.
- 14:02 Changeset [1155] by
- Added another type environment variant for handling declared function …
- 13:03 Changeset [1154] by
- Added the nolib attribute to the FortressTask?.
- 12:06 Changeset [1153] by
- Added library examples in the spec.
- 11:43 Ticket #55 ("fortress" executable script uses "egrep -q", unavailable on some ...) closed by
- fixed: Replace with "egrep CYGWIN > /dev/null"
- 11:33 Changeset [1152] by
- Small hack to work around a bug for now
- 11:17 Changeset [1151] by
- Fixed scripts for Solaris; fixed -nolib option of interpreter; add …
- 10:39 Changeset [1150] by
- Improved Test
01/05/08:
- 09:13 Changeset [1149] by
- Intepreter now runs from caching fortress repository; file names and …
01/04/08:
- 22:31 Changeset [1148] by
- Made the file names match the component names.
- 17:26 Changeset [1147] by
- Fixed parsing parallel blocks.
- 11:51 Ticket #55 ("fortress" executable script uses "egrep -q", unavailable on some ...) created by
- $FORTRESS_HOME/bin/fortress (a bash script) contains a line if (uname …
01/03/08:
- 20:11 Changeset [1146] by
- Library examples in the spec.
- 12:46 Changeset [1145] by
- Small change to transactional semantics
- 10:16 Changeset [1144] by
- Further static-interpreter integration
- 07:31 Changeset [1143] by
- This patch might fix the circular dependence bug in demos/Lambda on a …
01/02/08:
- 21:00 Changeset [1142] by
- New syntax for enclosing operators
- 12:26 Changeset [1141] by
- Modified interpreter to use FortressRepository? as source of trees
- 11:16 Changeset [1140] by
- ProjectFortress?/not_passing_yet/examples.fss is replaced by …
12/30/07:
- 09:37 Changeset [1139] by
- More reorg in prep for interpreter run by compiler -- cleaned up property …
12/27/07:
- 20:50 Changeset [1138] by
- Deleted an unused production.
- 09:15 Changeset [1137] by
- Minor clean up
- 07:48 FortressLanguageSpecificationErrata edited by
- (diff)
12/26/07:
- 09:21 Ticket #54 (Install fails to work) created by
- I followed the instructions on the website to load and install Fortress -- …
- 08:46 Changeset [1136] by
- Minor clean up
Note: See TracTimeline
for information about the timeline view.

