Menu

added stack-based syntax checker and anonymous channels

See the SVN (subversion) repository for the latest revision (under the "Develop" menu)

syntax checker:

public void checkSyntax(Token token, Stack<Integer> state_stack);

adds CompileError s to CompileError's errors set if it encounters any misplaced tokens.

anonymous channels are dimension hashes without identifiers:

source<b,c> | <b,c> | <c>

the parser will simply add an arbitrary unique identifier to them:

source<b,c> | ___anon_1<b,c> | ___anon_2<c>

Posted by Kevin Baas 2010-08-05

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.