Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parser-generator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Niklas Büchner
parser-generator
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
main
Select Git revision
Branches
1
main
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
18
May
10
27
Apr
22
11
1
23
Feb
1
26
Jan
17
2
30
Dec
24
23
21
7
5
1
28
Nov
25
24
19
18
17
15
10
8
Use token id from lexer
main
main
Correct starting token calculation
Use metadata struct for parsing
Allow custom parser functions
Use provided lexer
Add parse result to return tokens
Fix tests
Make goto and action table public
Prefer shift over reduce
Add precedence and associativity to input format
Implement associativity
Implement precedence in parser generator lib
Adjust tests to small function generation
Improve execution time reporting
Implement new lalr algorithm (#2)
Improve performance (#1)
Some more performance optimisations
Optimize the performance
Add some performance optimisations
Move to less powerful but correct lalr calculation
Actually test the slr parser and not canonical lr
Require tokens to start with `T_`
Correct debug output
Correct parser table when using ast functions
Allow productions without elements
Add possibility to generate all lr parser types
The first parser
Allow specifying imports and includes
Improve code style
Remove ast function object
Add first pieces of the grammar definition format
Remove unnecessary warnings
Test the first functional, generated parser 🎉
Correct code generated for parser
Generator lexer code
Add parser code
Factor out parser table functions
Move action and goto table generation to function
Codify goto table
Correctly add empty rows
Loading