Some restructuring

This commit is contained in:
xqtc 2024-07-22 10:18:57 +02:00
parent a1777805bc
commit 0eff10688a
4 changed files with 1 additions and 5 deletions

View file

@ -1,2 +1,3 @@
pub mod handlers;
pub mod lexer;
pub mod util;

View file

@ -26,7 +26,6 @@
pub mod lex;
mod tokens;
mod util;
// #[cfg(test)]
// mod tests {

View file

@ -1,7 +1,3 @@
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(nonstandard_style)]
// https://www.khronos.org/opengl/wiki/Data_Type_(GLSL)
#[derive(Debug, Clone, PartialEq)]