[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

alternative output update



Here's the news:

All code is now in the SableCC-s svn repository, under
	svn://svn.sablecc.org/developers/indrek/sandbox/

When I make snapshots (usually of working versions) they go under
	svn://svn.sablecc.org/developers/indrek/tags/

There have been some changes so I've updated downloadable
archives on my sablecc page. See also attached changelog.
	http://www.mare.ee/indrek/sablecc/

The new major feature is XSS - custom language that builds on XSL but
is a lot more humane to look at/work with. See xss documentation at
	http://www.mare.ee/indrek/sablecc/xss.xss.html

Basically for binary only installation you'll need two files:
	http://www.mare.ee/indrek/sablecc/files/sablecc-3-beta.2.20031114.zip
	http://www.mare.ee/indrek/sablecc/files/gen4sablecc-bin-0.3.zip

Should I add also that this is still 0.x and beta software so there can
be bugs.

Regards,
Indrek
------------------------------------------------------------------------
rev 930:  indrek | 2003-11-14 04:36:19 +0200 (Fri, 14 Nov 2003) | 3 lines

- C# and Java translated to XSS


------------------------------------------------------------------------
rev 924:  indrek | 2003-11-13 10:08:03 +0200 (Thu, 13 Nov 2003) | 6 lines

- License files into the archive
- final VIM syntax file cleanup
- build system now supports cleaning, and building various
  types of distributable archives


------------------------------------------------------------------------
rev 921:  indrek | 2003-11-13 06:30:18 +0200 (Thu, 13 Nov 2003) | 7 lines

- Final cleanups at docs etc. for the new XSS system
- Java generator accepts now option named src that marks the
  suffix where source files are generated under destination dir.
  By default it's '.'.
- Clean target at build.xml


------------------------------------------------------------------------
rev 918:  indrek | 2003-11-13 05:20:04 +0200 (Thu, 13 Nov 2003) | 6 lines

- Dotgraph now uses XSS
- Java generation is now also in XSS
- Changed custom:path argument to either xsl:path or xss:path
- Added vim stylesheet for xss


------------------------------------------------------------------------
rev 914:  indrek | 2003-11-13 00:02:36 +0200 (Thu, 13 Nov 2003) | 6 lines

Major feature - XSS - XML based SableCC Stylesheets. It's a wrapper
language built on XSL that is supposed to make writing transformation
stylesheets easier and cleaner. Also build system, Main.java moved
to a separate package.


------------------------------------------------------------------------
rev 894:  indrek | 2003-11-10 23:17:17 +0200 (Mon, 10 Nov 2003) | 19 lines

- Separated build system generation (-b) for java, c# and c++.
- Ant based build system for Java, also test applications.
- Additional options and help into Main.java.
- The java and c# interface Cast changed to add another member
  UnCast. UnCast will be used to release ownership at lists.
- Changes to java, now we use List and not LinkedList
  everywhere and also the parent() changes are more consistent
  and fixes some cases that were broken before. This can break
  some older code.
- Changes to c#, fixed some inconsistencies with parent().
- Added dotgraph target for generating input files for
  graphviz's dot tool.
- Sableccgen tool can now take -o as output file.
- C++ parser now makes copies of lists at apply to avoid
  concurrent modification problem (which is a crash in c++)
- All generated README-s are now named README.parser
- All these changes were present in the 0.2 pre-svn release.


------------------------------------------------------------------------
rev 892:  indrek | 2003-11-10 22:58:35 +0200 (Mon, 10 Nov 2003) | 4 lines

Tools and XSL templates for generating parsers in java, c++ and C# from
the SableCC xmlgen's XML output. Import from gen4sablecc-0.1.


------------------------------------------------------------------------