repsository containing source for tasks completed in theoretical informatics. Focus is on compiler construction and the language lex
Go to file
Sven Vogel 6d6ff3e78d added inc and src dir and refactored utility functions 2023-11-29 13:57:06 +01:00
ast-lex-yacc added inc and src dir and refactored utility functions 2023-11-29 13:57:06 +01:00
.gitignore added .lock and .h files to gitignore 2023-11-22 12:59:26 +01:00
LICENSE Initial commit 2023-11-08 11:07:55 +00:00
Makefile added makefile for text.l 2023-11-22 13:01:00 +01:00
README.md Initial commit 2023-11-08 11:07:55 +00:00
devbox.json added starter files 2023-11-21 14:42:23 +01:00
test.lex added yacc and lex example to ast-lex-yacc 2023-11-22 12:58:21 +01:00

README.md

lex

repsository containing source for tasks completed in theoretical informatics. Focus is on compiler construction and the language lex