Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonc9018/uni_compilers
Parsing algorithms, precedence handling and more
https://github.com/antonc9018/uni_compilers
Last synced: about 2 months ago
JSON representation
Parsing algorithms, precedence handling and more
- Host: GitHub
- URL: https://github.com/antonc9018/uni_compilers
- Owner: AntonC9018
- License: mit
- Created: 2022-09-17T10:42:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T07:33:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T07:52:50.209Z (3 months ago)
- Language: D
- Homepage:
- Size: 348 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compiler Theory
This repository contains assignments, implemented as part of the course *Compiler Theory*.
See explanatory markdown documents for each of the assignments in the corresponding markdown files. Assignments are all in *Romanian*.
The markdown files use [tex math formulas, which won't show on github](https://stackoverflow.com/questions/11256433/how-to-show-math-equations-in-general-githubs-markdownnot-githubs-blog). To see formulas, you will either have to convert markdown to html or pdf, with [`MathJax`](https://www.mathjax.org/) enabled, or find the compiled pdf's [on my google drive](https://drive.google.com/drive/folders/1Rs0-qy6ivSDuHh5JadrP4Ta4YDhuVRiC).
I've been using [this plugin](https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf) for vscode to convert the markdown into pdf. To apply the template with latex support that I use, install the plugin, then replace the file `%USER%/.vscode/extensions/yzane.markdown-pdf-1.4.4/template/template.html` with the `template.html` from the root of the project.
PR's with grammar corrections, bug fixes, improvement suggestions or translations are very welcome.
Leave a star as a way to say "Thank you". Enjoy!