Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simonskodt/bprd-assignments

Assignments in the 5th semester course 'Programmer som data'.
https://github.com/simonskodt/bprd-assignments

assignments c csharp fsharp java lexing parsing programming-languages

Last synced: 6 days ago
JSON representation

Assignments in the 5th semester course 'Programmer som data'.

Awesome Lists containing this project

README

        

# 'Programmer som data' assignments

Here, we have gathered all of our assignments in the 5th semester course 'Programmer som data' (eng: 'Programs as data'). We specify our own lexer and parser in order to construct our own programming language.

## Important files

The files `fslex.exe` and `fsyacc.exe` are loaded into the environment variables such that we have do lexing and parsing on our language.