Skip to content

Commit 01ed16f

Browse files
committed
Update docs, remove useless submodules
1 parent f8d5d4b commit 01ed16f

File tree

396 files changed

+183
-45765
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

396 files changed

+183
-45765
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> Note: project under heavy development!
44
5+
Please, see [documentation](https://formallanguageconstrainedpathquerying.github.io/UCFS/) for details.
6+
57
## What is UCFS?
68

79
UCFS is an **U**niversal **C**ontext-**F**ree **S**olver: a GLL‑based tool for problems at the intersection of context‑free languages
@@ -22,12 +24,11 @@ over edge‑labeled directed graphs. Examples of such problems:
2224

2325
### Repository layout (high‑level)
2426
```
25-
benchmarks/ # ANTLR4 comparison & perf harness (examples, scripts)
26-
examples/ # Grammar examples (A*, Dyck, etc.)
27-
generator/ # Parser & AST node‑class generator
27+
docs/ # documentation pages
28+
generator/ # Parser & AST node‑class generator <in progress>
2829
solver/ # Core UCFS logic (GLL + RSM)
29-
src/ # CLI and library entry points
30-
test-shared/ # Testcases, grammars, inputs
30+
test-shared/ # Testcases, grammars, inputs, ANTLR4 comparison
31+
# grammar examples and experiments
3132
```
3233

3334
### Requirements
@@ -42,4 +43,4 @@ test-shared/ # Testcases, grammars, inputs
4243

4344

4445
## Core Algorithm
45-
UCFS is based on Generalized LL (GLL) parsing algorithm modified to handle language specification in form of Recursive State Machines (RSM-s) and input in form of arbitratry directed edge-labelled graph. Basic ideas described [here](https://arxiv.org/pdf/2312.11925.pdf).
46+
UCFS is based on Generalized LL (GLL) parsing algorithm modified to handle language specification in form of Recursive State Machines (RSM) and input in form of arbitratry directed edge-labelled graph. Basic ideas described [here](https://arxiv.org/pdf/2312.11925.pdf).

benchmarks/README.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

benchmarks/build.gradle.kts

Lines changed: 0 additions & 36 deletions
This file was deleted.

benchmarks/gradle.properties

Lines changed: 0 additions & 3 deletions
This file was deleted.

benchmarks/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

benchmarks/gradlew

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)