Implemented struct parser

This commit is contained in:
2025-02-04 14:41:04 +01:00
parent fc1b970f7f
commit 51e3c1ba0e
19 changed files with 388 additions and 252 deletions

4
lib/time/timespec.q Normal file
View File

@ -0,0 +1,4 @@
struct timespec {
seconds Int
nanoseconds Int
}