Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • develop default protected
  • kristin_optim_test
  • master protected
  • 3.9.0
  • 3.8.0
  • 3.7.0
  • 3.6.0
  • 3.5.0
  • 3.4.1
  • 3.4.0
  • 3.3.3
  • 3.3.2
  • 3.3.0
  • 3.2.14
  • 3.2.13
  • 3.2.12
16 results
Created with Raphaël 2.2.015May10625Apr19Feb24Jan10Nov21Aug821Jul2019147419Jun519May1143228Apr10May6426Apr2522212019876531Mar2816Dec22Oct14Sep12Feb5May428Apr24227May325Apr15Mar766Jun510Mar921Dec2010Nov1Aug31Jul302May27Aug6May9Nov812May23Apr14Mar910Dec9Rename generated Parser.checkResult to a more useful namePreserve capitalization in generated Parser local variable namesSkip generating Lexer state transitions that go to the same stateCombine if(acceptToken == -1) into switch in generated Lexer.getTokenRemove unneeded acceptState variable from generated Lexer.getTokenRename another generated Lexer local variable that shadows a fieldPull common code out of generated Lexer accept switch casesPrepare sharing code between cases of generated Lexer accept switchDon't reuse length variables in generated Lexer/Parser initializationUse conventional modifier order in generated ParserMake generated Lexer array fields finalRename generated Lexer local variables to no shadow instance fieldsInline a return variable in generated LexerUpdate Gradle wrapper to version 8.7Expand Javadoc for generated deprecated Lexer.unread methodRemove unused no-arg Token constructorRemove copy constructors from generated nodes againBump version number to 3.8.0-SNAPSHOTMerge branch 'develop'3.7.03.7.0Release version 3.7.0Update Gradle wrapper to version 8.6Fix Java 21 warnings about possible this escape in constructorAdd Java 21 to .gitlab-ci.ymlUpdate Gradle wrapper to version 8.5Deprecate Lexer.unread because of hard to fix newline counting problemsRestore Lexer line counting state correctly in middle of a CRLF pairMake some lines in generated Lexer more compactRename Lexer.getToken local variables to match Java conventionsFix minor Unicode newline handling bug and comment the logicUpdate Gradle wrapper to version 8.4Require Java 8 for sablecc-runtime as well (forgot to update this)Remove @SuppressWarnings("unused") for generated Lexer classesRequire Java 8Remove deprecated Lexer.nextList and related codeBump version number to 3.7.0-SNAPSHOTMerge branch 'develop'3.6.03.6.0Release version 3.6.0Weaken type of parser state lists from List<Object> to List<?>Remove support for Parser.filterReplace another generated ArrayList with a singletonList
Loading