4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed compilation bug in namespaces; don't take previous changeset, it has a bug More... almost 16 years ago
1. Fixed full-text search grammar in Samples. 2. Interpreter is back! - operator evaluations only for now, try ExpressionEvaluation grammar. More... almost 16 years ago
Minor cleanup More... almost 16 years ago
Multiple internal improvements. Fixed SearchGrammar, now understands national characters, fixed a bug when word prefixes were recognized as operators. Somebody, please test it with the database queries! More... almost 16 years ago
Completed error handling refactoring, fixed a bug. Don't load previous changeset - it has a bug More... almost 16 years ago
Set strong name for assembly; refactored Scanner, ISourceStream; FreeTextLiteral, RegexLiteral; error detection when number is followed by a letter; added Terminal.ValidateToken event. More... almost 16 years ago
Fixed namespace references More... almost 16 years ago
Rearranged Grammar Explorer tabs; now showing grammar errors in the grid, allows to jump to conflicting state; improved grammar errors handling, added error level (warning,conflict, error, etc); removed reference to Windows Forms; renamed CompilerServices namespace to Parsing - last time, I swear! restored export to XML of the parse tree. More... almost 16 years ago
Fixed loading grammars in Grammar Explorer; added SearchGrammar (Google-to-SQL full text search), revised to work with current version of Irony More... about 16 years ago
Minor refactoring of Scanner's token preview functionality; see c# sample. Now preview tokens come from scanned stream AFTER token filters, just like "normal" tokens More... about 16 years ago
Internal fixes for scanner and terminals, improved c# sample for nested generic declarations; breaking change - renamed Term.NodeType to Term.AstNodeType; added method Grammar.OnScannerSelectTerminal() method for custom selection of terminals More... about 16 years ago
Fixed AST node creation; re-implemented token preview on conflict - kind of, needs more work, but c# grammar works now with generics, so this functionality is back. More... about 16 years ago
[no comment] More... about 16 years ago
Refactored CoreParser.ExecuteReduce method; now correctly creates AST nodes for lists (creates node when all list elements are collected) More... about 16 years ago
Fixed VS scanning for multi-line terminals (comment, string literal) More... about 16 years ago
Fixed/improved parser error recovery, including recovery with scanner/parser link; restored AST node creation - important! to enable it set LanguageFlags.CreateAst in Grammar. Irony AST nodes still not working More... about 16 years ago
Fixed reported bug in NLALR parser, now should work ok. Parsing c# grammar also fixed (was broken) More... about 16 years ago
Newick format sample grammar, test case for Parser-Scanner link More... about 16 years ago
Parser-Scanner link, cont. GWBasic grammar used as a test/demo, see comments in grammar file. More... about 16 years ago
Implemented Parser-Scanner link for assisting scanner with multiple candidate terminals More... about 16 years ago
Applied patches for StringLiteral, NumberLiteral by ashmind user More... about 16 years ago
Couple of minor fixes More... about 16 years ago
PREVIEW - not all things are working... (Interpreter is disabled). Have a look at NLALR, new Grammar Explorer, other stuff.... More... about 16 years ago
Fixed bug in IdentifierTerminal; now correctly identifies Keyword tokens More... over 16 years ago
Line-mode scanning for VS integration support, part 2 - mulitline StringLiteral More... over 16 years ago
Cleaned-up compound terminals (mainly flag enums); initial support for line-by-line scanning - for now comment terminal only. Attention - Breaking change in StringLiteral !!! More... over 16 years ago
SQL parser sample More... over 16 years ago
AST->XML export, JSON parser, getting brace-pairs matching lists for editor support More... over 16 years ago
Fixed bug in Scheme sample, now runs ok. Added evaluation/run tests More... over 16 years ago
Minor bug fix - handling empty lines in expression grammar More... over 16 years ago