File tree Expand file tree Collapse file tree 6 files changed +7
-154
lines changed
Expand file tree Collapse file tree 6 files changed +7
-154
lines changed Original file line number Diff line number Diff line change @@ -206,11 +206,15 @@ and [Fusing Lexing and Parsing](https://www.cl.cam.ac.uk/~jdy22/papers/fusing-le
206206First, we express [ Celma in Celma] ( https://github.com/d-plaindoux/celma/blob/master/lang/v1/parser/src/parser.rs ) .
207207This 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
211211Work in progress
212212
213- ### Compilation to Rust
213+ ### Fusion
214+
215+ Work in progress
216+
217+ ### Staging
214218
215219Work in progress
216220
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1414 limitations under the License.
1515*/
1616
17- pub mod first;
1817pub mod parser;
19- pub mod token;
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- pub mod first_tests;
18-
19- pub mod parser_tests;
17+ pub mod parser_tests;
You can’t perform that action at this time.
0 commit comments