JS/CC: A LALR(1) Parser Generator written in JavaScript
~~~ CHANGES AND NEW FEATURES IN THE LATEST VERSION ~~~

[+] New feature
[-] Bugfix

-------------------------------------------------------
JS/CC v0.30 (build Nov 24, 2008)
-------------------------------------------------------
[-] Bugfix with whitespaces symbol
[-] Bugfix with nonassociative symbols, it works now!
[+] Source directory cleaned up

-------------------------------------------------------
JS/CC v0.29 (build Nov 17, 2008 - not released)
-------------------------------------------------------
[+] Support for Google's V8 JavaScript Engine added
[+] Support for Mozilla/Spidermonkey smjs scripting
	shell added.
[+] JS/CC is now maintained and continued under Linux,
	the Windows version will continue to be supported
[+] Completely rewritten build-system optimized for
	GNU make:
	+ Rhino version under *nix
	+ Spidermonkey version under *nix
	+ V8 version under *nix
	+ WebEnv version, maintained under *nix
	+ JScript version, both for Windows Script Host and
	  JScript.NET for Windows
[+] JS/CC command-line version is now behaving more
	*nix-like: Lesser output of information; When
	running successfully, no output is generated to
	stdout/stderr.
[+] Several changes in the manual coming with the new
	build-system, fixed some mistakes

-------------------------------------------------------
JS/CC v0.28 (build Aug 25, 2008 - not released)
-------------------------------------------------------
[-] Bugfix in FIRST-set computation: Nullable
	nonterminals produced wrong FIRST-sets in some
	special cases. Is now solved, for beta.

-------------------------------------------------------
JS/CC v0.27 (build Aug 22, 2008)
-------------------------------------------------------
[-] Bugfix in terminal semantic action codes:
	%offset hold a wrong value (the offset behind the
	token!)
[-] The placeholder %source in terminal semantic action
	codes was not implemented, but mentioned in the
	manual!

-------------------------------------------------------
JS/CC v0.27 (build Jun 23, 2008)
-------------------------------------------------------
[+] Visual parse tree construction in web environment
[+] Zoom-in parser and generator outputs in web
	environment for better readability
[+] Some design improovements in web environment
[-] Bugfix solved in regular expression matching,
	a lot of thanks to Radim Cebis

-------------------------------------------------------
JS/CC v0.26 (build Feb 18, 2008)
-------------------------------------------------------
[-] Some extensions on the manual
[-] Now with updated jsccr.js for Rhino
	(the first v0.26 release came with a v0.25 compile
	for Rhino!)

-------------------------------------------------------
JS/CC v0.26 (build Jan 17, 2008)
-------------------------------------------------------
[+] Improved error reporting in JS/CC itself
[+] Switch warnings in the web environment
[+] Some additional files and changes on port to
	Mozilla/Rhino JavaScript Engine
	by Louis P. Santillan

-------------------------------------------------------
JS/CC v0.25 (build Jan 04, 2008)
-------------------------------------------------------
[+] Bugfix with '$' symbol
[+] Smaller changes in the source files

-------------------------------------------------------
JS/CC v0.24.1 (build Sept 27, 2007)
-------------------------------------------------------
[+] CHANGES log text in root directory (this file ;))
[-] Formatting of the Web-interface
[-] Better readable example grammars in the
	web-interface

-------------------------------------------------------
JS/CC v0.24 (build Sept 25, 2007)
-------------------------------------------------------
[+] First public release of JS/CC
