Skip to content

Commit fa9a7f9

Browse files
committed
Remove useless material
1 parent 631f4ad commit fa9a7f9

File tree

6 files changed

+7
-154
lines changed

6 files changed

+7
-154
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,15 @@ and [Fusing Lexing and Parsing](https://www.cl.cam.ac.uk/~jdy22/papers/fusing-le
206206
First, we express [Celma in Celma](https://github.com/d-plaindoux/celma/blob/master/lang/v1/parser/src/parser.rs).
207207
This gives us an AST denoting parsers expressed using the Celma language i.e. Celma(v1) thanks to Celma(v0).
208208

209-
### Type checking
209+
### Normalisation
210210

211211
Work in progress
212212

213-
### Compilation to Rust
213+
### Fusion
214+
215+
Work in progress
216+
217+
### Staging
214218

215219
Work in progress
216220

lang/v1/parser/src/first.rs

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

lang/v1/parser/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@
1414
limitations under the License.
1515
*/
1616

17-
pub mod first;
1817
pub mod parser;
19-
pub mod token;

lang/v1/parser/src/token.rs

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

lang/v1/parser/tests/first_tests.rs

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

lang/v1/parser/tests/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@
1414
* limitations under the License.
1515
*/
1616

17-
pub mod first_tests;
18-
19-
pub mod parser_tests;
17+
pub mod parser_tests;

0 commit comments

Comments
 (0)