BasicLexer

- Added credit for the entire file to Gustav Meyer
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-22 11:36:51 +02:00
parent 51d1853a4a
commit 6613d7601c
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
/**
* A single-pass tokenizer
*
* Authors: Gustav Meyer
*/
module tlang.compiler.lexer.kinds.basic;