summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2026-01-05Bumped copyright yearsexternals/parser-generatorChristian Johansson
2025-12-21Fixed setting using macroChristian Johansson
2025-12-20Implemented fix for export lambdas not passing byte compilationChristian Johansson
2025-05-05Updated copyright yearsChristian Johansson
2025-05-05Added error-handling for LR-SDT and improved parser generation replacing (nth...Christian Johansson
2024-12-20Fixed issue that production RHS elements could not have the same name as Elis...Christian Johansson
2024-12-14Improved documentation and test for parser-generator-lex-analyzer--get-functionChristian Johansson
2024-12-14Added invalid grammar explanation messageChristian Johansson
2024-02-20Merge branch 'feature/statebased-lex-analyzer'Christian Johansson
2024-02-19Fixed state-based lexer with move operations with new stateChristian Johansson
2024-01-10Updated copyright years, version and modified dateChristian Johansson
2024-01-09Passing final tests for state-based lex-analyzerChristian Johansson
2024-01-09More fixes for state-based lexerChristian Johansson
2024-01-08Added unit test for state-based lexerChristian Johansson
2024-01-08More optimizationsChristian Johansson
2024-01-08More work on buffered lexerChristian Johansson
2024-01-08More work on refactoring lexer to handle states and using a bufferChristian Johansson
2024-01-05Fixes for byte-compilation warningsChristian Johansson
2024-01-05Passing all unit tests after refactorChristian Johansson
2024-01-05Passing unit tests for LR parsersChristian Johansson
2024-01-05Passing lr-tests after refactorChristian Johansson
2024-01-05More work on lexer without global stateChristian Johansson
2023-04-27Made some more tests pass after lex-analyzer refactorChristian Johansson
2023-04-21Improvements in testing and exportingChristian Johansson
2023-04-21Improved documentationChristian Johansson
2023-04-21Started work on refactoring lex-analyzer into a state-based lex-analyzerChristian Johansson
2022-05-12Removed unused functionChristian Johansson
2022-05-10Implemented exported LL(k) and LL(1) parserChristian Johansson
2022-05-09Added failing parse testsChristian Johansson
2022-05-07Added example from Wikipedia and passing testChristian Johansson
2022-05-06Updated documentation with translate example for LL(1) grammarChristian Johansson
2022-05-06Started on documentation for LL(k) and LL(1)Christian Johansson
2022-05-05LLk parser passes translation testsChristian Johansson
2022-05-03Removed debug outputChristian Johansson
2022-05-03Passes byte-compilation testsChristian Johansson
2022-05-03Implemented test for validation of LL(1) grammarChristian Johansson
2022-05-03LL(1) parser passes test for generating tables and parsingChristian Johansson
2022-05-02More work on k=1Christian Johansson
2022-05-02More refactoringChristian Johansson
2022-05-02More refactoringChristian Johansson
2022-05-02Started on refactor were k=1 will be treated with different algorithmChristian Johansson
2022-05-01Passing a lot of LLk testsChristian Johansson
2022-04-30Added TODO itemChristian Johansson
2022-04-30Passing more LLk testsChristian Johansson
2022-04-29Added notesChristian Johansson
2022-04-29Tweaks on internal functions of LLk parsingChristian Johansson
2022-04-28Created TODO itemChristian Johansson
2022-04-27Added TODO itemsChristian Johansson
2022-04-27Passed one test for LLk where k=1Christian Johansson
2022-04-25Added TODO itemChristian Johansson