From 67470aea034fd46f4bbcfe815c51ad3451043188 Mon Sep 17 00:00:00 2001
From: Ben Bridle <ben@derelict.engineering>
Date: Thu, 27 Feb 2025 14:53:21 +1300
Subject: Finish first working version of Torque

This is a huge and messy commit, worked on piecemeal while traveling
and while the language was still being designed.
---
 src/parsers/mod.rs | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

(limited to 'src/parsers/mod.rs')

diff --git a/src/parsers/mod.rs b/src/parsers/mod.rs
index 91765a9..da2c23a 100644
--- a/src/parsers/mod.rs
+++ b/src/parsers/mod.rs
@@ -1,11 +1,15 @@
-mod constant_expression;
-pub use constant_expression::*;
-
+mod expression;
 mod packed_binary_literal;
+
+pub use expression::*;
 pub use packed_binary_literal::*;
 
 mod syntactic;
-pub use syntactic::*;
-
 mod semantic;
+mod assembler;
+mod bytecode;
+
+pub use syntactic::*;
 pub use semantic::*;
+pub use assembler::*;
+pub use bytecode::*;
-- 
cgit v1.2.3-70-g09d2