ssc/ssc
arookas ac51f19b85 Fixed: correctly calculate symbol-name lengths.
Even though the grammar promises us the symbol names will never occupy
more than one byte per character, it's good practice to add this anyway
(since we already do it for the data table).
2015-12-23 20:08:54 -05:00
..
ast Fixed: don't recurse into function bodies when calculating maximum local counts. 2015-12-21 04:57:00 -05:00
AssemblyInfo.cs Moved the ssc API code to its own folder. 2015-12-12 17:00:04 -05:00
compiler.cs Added an open/close interface to the context class. 2015-12-23 20:03:14 -05:00
context.cs Removed the unused sunFileArgs class. 2015-12-23 20:03:40 -05:00
data table.cs Moved the ssc API code to its own folder. 2015-12-12 17:00:04 -05:00
exceptions.cs Renamed symbol table classes. 2015-12-21 04:49:22 -05:00
generate.bat Moved the ssc API code to its own folder. 2015-12-12 17:00:04 -05:00
grammatica.jar Moved the ssc API code to its own folder. 2015-12-12 17:00:04 -05:00
import resolver.cs Moved the ssc API code to its own folder. 2015-12-12 17:00:04 -05:00
loop stack.cs Moved the ssc API code to its own folder. 2015-12-12 17:00:04 -05:00
parse.bat Moved the ssc API code to its own folder. 2015-12-12 17:00:04 -05:00
parser.cs Made compound statements their own AST node type. 2015-12-18 19:50:55 -05:00
scope stack.cs Renamed symbol table classes. 2015-12-21 04:49:22 -05:00
sunscript.grammar Removed support for compound assignment definitions. 2015-12-18 18:57:24 -05:00
symbol table.cs Fixed: correctly calculate symbol-name lengths. 2015-12-23 20:08:54 -05:00
tokenize.bat Moved the ssc API code to its own folder. 2015-12-12 17:00:04 -05:00
writer.cs Renamed symbol table classes. 2015-12-21 04:49:22 -05:00