WIP visitor transformer

This commit is contained in:
Johan Maasing 2025-03-26 21:35:59 +01:00
parent cfce3e4dbb
commit d4b6714229
Signed by: johan
GPG key ID: FFD31BABEE2DEED2
15 changed files with 200 additions and 20 deletions

10
test01.endpoints Normal file
View file

@ -0,0 +1,10 @@
{
config:foo
}
SomeType(
foo:bar
)
/some/endpoint < SomeType
/some/other/endpoint < SomeOtherType(bar:String)