https://github.com/oxyc/parser-implementation
The theoretical part of my bachelor thesis on implementing a lua parser in JavaScript. Note this is in Swedish!
https://github.com/oxyc/parser-implementation
Last synced: about 1 year ago
JSON representation
The theoretical part of my bachelor thesis on implementing a lua parser in JavaScript. Note this is in Swedish!
- Host: GitHub
- URL: https://github.com/oxyc/parser-implementation
- Owner: oxyc
- Created: 2012-09-10T12:27:17.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-05-05T13:02:48.000Z (about 13 years ago)
- Last Synced: 2025-02-10T06:24:28.011Z (over 1 year ago)
- Language: JavaScript
- Size: 1.87 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Implementing a Lua Parser - Bachelor thesis
The theoretical part of my bachelors thesis, implementing a Lua parser in JavaScript.
You can find the actual parser on [Github][parser-repo].
## Getting started
Check out [the template README][template-readme] for dependency and install instructions.
### Building it
Once you have all dependencies, it's as simple as `make`
### Files
* `document.tex` The main document which ties all other files together.
* `references.bib` The reference database, used by Bibtex.
* `settings.tex` Contains your personalized variables used throughout the document.
* `Makefile` The build file used when running make.
* `template/thesis.cls` The thesis document class which is imported in document.tex
* `pages/*` All custom pages within the document, ie. abstracts, appendix, tables, title.
* `chapters/*` The documents content.
## Resources
* [Arcada thesis template][template-repo]. The document class this thesis uses.
* [Arcada thesis example][template-example]. An example repository for the template.
[parser-repo]: https://github.com/oxyc/luaparse
[template-repo]: https://github.com/oxyc/arcada-thesis-template
[template-example]: https://github.com/oxyc/arcada-thesis-example
[template-readme]: https://github.com/oxyc/arcada-thesis-template#getting-started