Initial work on the WBT parser and its test suite

This commit is contained in:
2026-06-25 22:45:08 +03:00
commit 94cc652049
10 changed files with 219 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import wbt;
// WB is a site builder built from scratch
int main() {
return 0;
}