Skip to content

Instantly share code, notes, and snippets.

View Kaida-Amethyst's full-sized avatar

Kaida-Amethyst Kaida-Amethyst

View GitHub Profile
diff --git a/src/parser.rs b/src/parser.rs
index 0900ea9..e31dc55 100644
--- a/src/parser.rs
+++ b/src/parser.rs
@@ -1,5 +1,542 @@
use crate::lexer;
+// TODO:
+// Trying to implement a better parser to support c11 full standard
+// assmue the the lexer can contains all keywords in the c11 standard,