Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ef55/bscp-syntax-transformation
Bachelor project done at LARA in Spring 2021
https://github.com/ef55/bscp-syntax-transformation
Last synced: 10 days ago
JSON representation
Bachelor project done at LARA in Spring 2021
- Host: GitHub
- URL: https://github.com/ef55/bscp-syntax-transformation
- Owner: Ef55
- Created: 2021-06-21T08:32:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T19:08:14.000Z (over 3 years ago)
- Last Synced: 2024-10-11T21:43:35.409Z (about 1 month ago)
- Language: Scala
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Making syntaxes LL1 through transformations
This repository contains my (Noé De Santo) Bachelor project.
The exact content is the following:
- The [report](report/report.pdf);
- The [implementation](code/src/main/scala/scallion/) of the transformations,
their [tests](code/src/test/scala/scallion/)
and an [example](code/example/tags);
- The [documentation](https://ef55.github.io/bscp-syntax-transformation/) of the code.If you want to actually run the code, it might be easier to clone my [fork](https://github.com/Ef55/scallion/tree/factorization) of the scallion repository (**branch «factorization»**), which also contains ScaLL1on's code and already has SBT set up.