Restructure and start working on CLI

This commit is contained in:
Fabian Stamm
2025-05-26 16:43:40 +02:00
parent 883b6da7eb
commit b61518de00
38 changed files with 134 additions and 8 deletions

7
libjrpc/import.jrpc Normal file
View File

@ -0,0 +1,7 @@
import "./import.jrpc";
type TestAtom {
val_number?: float;
val_boolean?: boolean;
val_string?: string;
}