Skip to content

Commit 69f78d3

Browse files
committed
loops
1 parent 13094fe commit 69f78d3

4 files changed

Lines changed: 46 additions & 456 deletions

File tree

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[build]
2-
target-cpu = "native"
2+
rustflags = ["-C", "target-cpu=native"]

vexc/src/parser.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![expect(missing_docs)]
2+
13
use crate::lexer::{Literal, Token};
24
use thiserror::Error;
35

0 commit comments

Comments
 (0)