0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rebuilt LesSyntaxForVs2010 to match DLLs used by LLLPG 1.1.0, removed option to install to Express Editions (which MS blocks from working). More... almost 11 years ago
- Removed dependency on nunit.framework.dll, replaced with MiniTest More... almost 11 years ago
- LLLPG: made the (painful) changes needed to support more complex ambiguity suppression behavior, e.g. for alts like (a0 / a1 / a2) / (a3 | (a4 | a5) / a6) | a7 / ((a8 | a9) / (a10 | a11 / a12)). The new behavior is unit-tested and EcsLexerGrammar was updated to avoid warnings under the new semantics, and StageOneParser now considers / to have higher precedence than |. More... almost 11 years ago
LLLPG 1.0.1: More... almost 11 years ago
Fixed a bug in ThreadLocalVariable<T>. SFG now supports --verbose properly and adds LES prelude macros once again. Published LLLPG 1.0 on CodeProject More... almost 11 years ago
- Added EcsLanguageService.WithPlainCSharpPrinter, used by LeMP.Compiler for .cs file extension. More... almost 11 years ago
LLLPG: Minor bug fixes More... almost 11 years ago
Stage one parser rewritten in EC#, unit tests pass More... about 11 years ago
- Refreshed VS add-ins: LES syntax highlighter (for VS2010) & LLLPG custom tool. This is the first version of LLLPG that accepts EC# input (*.cs, *.ecs). More... about 11 years ago
- Bug fix in InternalSet (which broke LLLPG) More... about 11 years ago
LLLPG: minor bug fix; EC# parser still in progress More... about 11 years ago
LLLPG: two bugs fixed as described in LlpgGeneralTests.Regressions() More... about 11 years ago
- LLLPG: Bug fix related to follow sets (TypeParameterBug() test case) More... about 11 years ago
- LLLPG bug fix: "break" in switch case was not added when nested switch had no "breaks" and no "default:" case. More... about 11 years ago
- LLLPG: bug fixes: $LI/$LA not always replaced; NullReferenceException in prematch analysis; (=> x y z) now parses successfully More... about 11 years ago
[no comment] More... about 11 years ago
- LLLPG (0.92): two bug fixes. More... about 11 years ago
[no comment] More... about 11 years ago
- LLLPG: Replaced IntSet with HashSet<int> in generated lexers to remove the dependency on Loyc libraries More... about 11 years ago
- Fixed most of the compiler warnings in xml doc comments More... over 11 years ago
- EC# lexer rewritten in LES! Major refactoring too; EcsLexer.cs largely rewritten. TokenType enum rewritten based on TokenKind; some operators merged into single token types (e.g. Mul, Div, Mod => MulDiv). More... over 11 years ago
[no comment] More... over 11 years ago
[no comment] More... over 11 years ago
- Removed last traces of Loyc.Essentials namespace More... over 11 years ago
- LLLPG LES input bootstrapped! LLLPG can produce parsers using "LLLPG.exe GrammarFile.les", and has been compiled using a parser that was produced this way (LesParserGenerated.les). Lexer not yet bootstrapped. More... over 11 years ago
LLParserGenerator More... over 11 years ago
- MathEx: added IsPrime(n) More... over 11 years ago
- Baadia: Added LLShapeGroup to support Matrix transforms More... over 11 years ago
- Baadia is finally starting to take shape More... over 11 years ago
[no comment] More... about 13 years ago