Working on a testing method

This commit is contained in:
2025-05-26 22:28:31 +02:00
parent b61518de00
commit c8e72dbba8
10 changed files with 130 additions and 10 deletions

7
examples/import.jrpc Normal file
View File

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