summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-05Bumped copyright yearsexternals/parser-generatorChristian Johansson
2026-01-05Updated version and change-log for version 0.2.9Christian Johansson
2026-01-05Fixed issue with lexer state init in exports when definedChristian Johansson
2025-12-25Updated and modified date for version to 0.2.8Christian Johansson
2025-12-25Added macro for setting the lexer reset function as wellChristian Johansson
2025-12-21Updated version and change-log for version 0.2.7Christian Johansson
2025-12-21Updated documentation with new function for setting lexer lambda and string a...Christian Johansson
2025-12-21Fixed setting using macroChristian Johansson
2025-12-20Updated version and modified date for version 0.2.6Christian Johansson
2025-12-20Implemented fix for export lambdas not passing byte compilationChristian Johansson
2025-05-05Updated copyright yearsChristian Johansson
2025-05-05Updated version and modified dateChristian Johansson
2025-05-05Added error handling for SDT in LL parser and exported LL parser as wellChristian Johansson
2025-05-05Added error-handling for LR-SDT and improved parser generation replacing (nth...Christian Johansson
2024-12-20Updated version and modified date for 0.2.4Christian Johansson
2024-12-20Fixed issue that production RHS elements could not have the same name as Elis...Christian Johansson
2024-12-20Fix for signal when lex analyzer get token does not give non-nil result for e...Christian Johansson
2024-12-14Updated versionChristian Johansson
2024-12-14Improved documentation and test for parser-generator-lex-analyzer--get-functionChristian Johansson
2024-12-14Updated version and modified dateChristian Johansson
2024-12-14Added invalid grammar explanation messageChristian Johansson
2024-12-14Lexer get token function now accepts nil as the semantical value for a tokenChristian Johansson
2024-02-20Updated version and datesChristian 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-10Improved readmeChristian 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 notesChristian 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-08Updated TODO itemsChristian 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-12Added subr-x requireChristian Johansson
2022-05-12Removed unused functionChristian Johansson
2022-05-12Merge branch 'feature/llk-parser'Christian Johansson
2022-05-11Fixed byte-compilation issue in exported LL parserChristian Johansson
2022-05-10Implemented exported LL(k) and LL(1) parserChristian Johansson
2022-05-09Started with LL-export functionsChristian Johansson