mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
lex string literals, with bug
This commit is contained in:
parent
52d740af9e
commit
70a35e2a10
3 changed files with 47 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
mod lex;
|
||||
mod parse;
|
||||
mod string;
|
||||
|
||||
pub fn run_program(program: &str) {
|
||||
let lexer = lex::Lexer::lex(program);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue