https://github.com/sinipelto/popl-exercises
Principles of Programming Languages Autumn 2019 Course Exercises.
https://github.com/sinipelto/popl-exercises
bnf custom-programming-language lexer lexical-analysis lexical-analyzer parser principles programming-language syntax-analysis syntax-tree tokenizer
Last synced: 6 months ago
JSON representation
Principles of Programming Languages Autumn 2019 Course Exercises.
- Host: GitHub
- URL: https://github.com/sinipelto/popl-exercises
- Owner: sinipelto
- Created: 2021-09-12T18:30:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T12:56:25.000Z (over 1 year ago)
- Last Synced: 2025-02-05T15:49:54.307Z (8 months ago)
- Topics: bnf, custom-programming-language, lexer, lexical-analysis, lexical-analyzer, parser, principles, programming-language, syntax-analysis, syntax-tree, tokenizer
- Language: Python
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# popl-exercises
Principles of Programming Languages Autumn 2019 Course Exercises.TIE-20306 Principles of Programming Languages
=============================================
This GIT repository is for the development of the course project.
Each of the submission phases have their own directory.
Please put all the neccessary code for each submission inside the
directory specified (even if that means copying files from one
directory to another!)