4
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Nov 28, 2024 — Nov 28, 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... about 16 years ago
1. Fixed full-text search grammar in Samples. 2. Interpreter is back! - operator evaluations only for now, try ExpressionEvaluation grammar. More... about 16 years ago
Minor cleanup More... over 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... over 16 years ago
Completed error handling refactoring, fixed a bug. Don't load previous changeset - it has a bug More... over 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... over 16 years ago
Fixed namespace references More... over 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... over 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... over 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... over 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... over 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... over 16 years ago
[no comment] More... over 16 years ago
Refactored CoreParser.ExecuteReduce method; now correctly creates AST nodes for lists (creates node when all list elements are collected) More... over 16 years ago
Fixed VS scanning for multi-line terminals (comment, string literal) More... over 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... over 16 years ago
Fixed reported bug in NLALR parser, now should work ok. Parsing c# grammar also fixed (was broken) More... over 16 years ago
Newick format sample grammar, test case for Parser-Scanner link More... over 16 years ago
Parser-Scanner link, cont. GWBasic grammar used as a test/demo, see comments in grammar file. More... over 16 years ago
Implemented Parser-Scanner link for assisting scanner with multiple candidate terminals More... over 16 years ago
Applied patches for StringLiteral, NumberLiteral by ashmind user More... over 16 years ago
Couple of minor fixes More... over 16 years ago
PREVIEW - not all things are working... (Interpreter is disabled). Have a look at NLALR, new Grammar Explorer, other stuff.... More... over 16 years ago
Fixed bug in IdentifierTerminal; now correctly identifies Keyword tokens More... almost 17 years ago
Line-mode scanning for VS integration support, part 2 - mulitline StringLiteral More... almost 17 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... almost 17 years ago
SQL parser sample More... almost 17 years ago
AST->XML export, JSON parser, getting brace-pairs matching lists for editor support More... about 17 years ago
Fixed bug in Scheme sample, now runs ok. Added evaluation/run tests More... about 17 years ago
Minor bug fix - handling empty lines in expression grammar More... about 17 years ago