openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
I
Irony — .NET Language Implementation Kit
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 08, 2024 — Jun 08, 2025
Showing page 9 of 11
Search / Filter on:
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
Roman Ivantsov
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.
Roman Ivantsov
More...
almost 16 years ago
Minor cleanup
Roman Ivantsov
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!
Roman Ivantsov
More...
almost 16 years ago
Completed error handling refactoring, fixed a bug. Don't load previous changeset - it has a bug
Roman Ivantsov
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.
Roman Ivantsov
More...
almost 16 years ago
Fixed namespace references
Roman Ivantsov
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.
Roman Ivantsov
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
Roman Ivantsov
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
Roman Ivantsov
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
Roman Ivantsov
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.
Roman Ivantsov
More...
about 16 years ago
[no comment]
Roman Ivantsov
More...
about 16 years ago
Refactored CoreParser.ExecuteReduce method; now correctly creates AST nodes for lists (creates node when all list elements are collected)
Roman Ivantsov
More...
about 16 years ago
Fixed VS scanning for multi-line terminals (comment, string literal)
Roman Ivantsov
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
Roman Ivantsov
More...
about 16 years ago
Fixed reported bug in NLALR parser, now should work ok. Parsing c# grammar also fixed (was broken)
Roman Ivantsov
More...
about 16 years ago
Newick format sample grammar, test case for Parser-Scanner link
Roman Ivantsov
More...
about 16 years ago
Parser-Scanner link, cont. GWBasic grammar used as a test/demo, see comments in grammar file.
Roman Ivantsov
More...
about 16 years ago
Implemented Parser-Scanner link for assisting scanner with multiple candidate terminals
Roman Ivantsov
More...
about 16 years ago
Applied patches for StringLiteral, NumberLiteral by ashmind user
Roman Ivantsov
More...
about 16 years ago
Couple of minor fixes
Roman Ivantsov
More...
about 16 years ago
PREVIEW - not all things are working... (Interpreter is disabled). Have a look at NLALR, new Grammar Explorer, other stuff....
Roman Ivantsov
More...
about 16 years ago
Fixed bug in IdentifierTerminal; now correctly identifies Keyword tokens
Roman Ivantsov
More...
over 16 years ago
Line-mode scanning for VS integration support, part 2 - mulitline StringLiteral
Roman Ivantsov
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 !!!
Roman Ivantsov
More...
over 16 years ago
SQL parser sample
Roman Ivantsov
More...
over 16 years ago
AST->XML export, JSON parser, getting brace-pairs matching lists for editor support
Roman Ivantsov
More...
over 16 years ago
Fixed bug in Scheme sample, now runs ok. Added evaluation/run tests
Roman Ivantsov
More...
over 16 years ago
Minor bug fix - handling empty lines in expression grammar
Roman Ivantsov
More...
over 16 years ago
←
1
2
3
4
5
6
7
8
9
10
11
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree