Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hammer FPGA backend
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
Kia
Hammer FPGA backend
Commits
3455539c6f8d157064cd9326a650f0e30f0266b0
Select Git revision
0 results
hammer-fpga-backend
Author
Search by author
Any Author
authors
0 authors
Dec 13, 2020
add grammars from IELR papers as bases for litmus tests for analyzing the issue we are working on
· 3455539c
Kia
authored
4 years ago
3455539c
grammars
· 10541b02
Kia
authored
4 years ago
10541b02
Nov 25, 2020
add case for underspecified stack state (rule RHS has more elements than the...
· ab2e9851
Kia
authored
4 years ago
ab2e9851
Nov 09, 2020
print all the generated tables at the end
· 72076023
Kia
authored
4 years ago
72076023
an off by one. again.
· 9134ab39
Kia
authored
4 years ago
9134ab39
add the pushdown-graph processing code
· 6559552d
Kia
authored
4 years ago
6559552d
remove the spike
· dd3f5c71
Kia
authored
4 years ago
dd3f5c71
going to check if all the table entries are correct
· d1210414
Kia
authored
4 years ago
d1210414
working on making it a 2-d table like previously used in the actual converter source code
· 04870eaa
Kia
authored
4 years ago
04870eaa
spike rule and state numbers
· a79f583b
Kia
authored
4 years ago
a79f583b
rule number & state number normalization working
· 8ca8a590
Kia
authored
4 years ago
8ca8a590
Nov 07, 2020
do similar renormalization with rule numbers
· f129c41d
Kia
authored
4 years ago
f129c41d
intentional non-monotonicity in rule numbers
· c888a058
Kia
authored
4 years ago
c888a058
introduce intentional non-monotonicity in order to verify that our...
· acf27337
Kia
authored
4 years ago
acf27337
now with explicit reduces
· 5f9a3c6d
Kia
authored
4 years ago
5f9a3c6d
renormalization just in case
· 4631c308
Kia
authored
4 years ago
4631c308
renormalization just in case
· 31e783a5
Kia
authored
4 years ago
31e783a5
reorder
· 04bda137
Kia
authored
4 years ago
04bda137
Nov 05, 2020
make it work with %define lr.default-reduction accepting
· 959d0e97
Kia
authored
4 years ago
959d0e97
everything converted to integers except "shift" and "goto" and of course the "default reductions"
· f8df6962
Kia
authored
4 years ago
f8df6962
work on converting the disparate set of symbol/rule strings and indices into a unified format
· 39c31d41
Kia
authored
4 years ago
39c31d41
Nov 02, 2020
print out extracted data; all seems good; we'll work on converting it into a...
· 3adb690d
Kia
authored
4 years ago
3adb690d
ingest reductions and gotos/transitions/shifts
· 9ca25ac1
Kia
authored
4 years ago
9ca25ac1
convert to integers now
· caea49b7
Kia
authored
4 years ago
caea49b7
more work on the automaton segment
· 4158b329
Kia
authored
4 years ago
4158b329
output intermediate .dot file
· 155ba5bd
Kia
authored
4 years ago
155ba5bd
Nov 01, 2020
rule extraction works with xpath now, doing automaton work rn
· cead4106
Kia
authored
4 years ago
cead4106
try xpath, which is the right way of doing this, as i have learned
· e93da69e
Kia
authored
4 years ago
e93da69e
Oct 31, 2020
work on rule extraction
· 0c63c81d
Kia
authored
4 years ago
0c63c81d
Oct 29, 2020
rule extraction works
· f962c4ef
Kia
authored
4 years ago
f962c4ef
working extraction of {non,}terminals
· b22c4125
Kia
authored
4 years ago
b22c4125
Oct 28, 2020
more work
· c6fc1161
Kia
authored
4 years ago
c6fc1161
work on interface with bison in order to get IELR(1)-generated tables for...
· 7bc6a04b
Kia
authored
4 years ago
7bc6a04b
Oct 16, 2020
final ancillary table
· eb98a15b
Kia
authored
4 years ago
eb98a15b
work on the easier parametrization tables
· 7e87727c
Kia
authored
4 years ago
7e87727c
Oct 15, 2020
do duplicate-finding
· 292499e7
Kia
authored
4 years ago
292499e7
Oct 13, 2020
spacing
· 1385dbe8
Kia
authored
4 years ago
1385dbe8
reduce rule checking works (at least for our expression grammar)
· 83349d74
Kia
authored
4 years ago
83349d74
reverse because there's a reverse/flip somewhere
· 726c4ee9
Kia
authored
4 years ago
726c4ee9
compare stack states with reduce rules
· 2d7ff777
Kia
authored
4 years ago
2d7ff777
Loading