rg.kevoree.kevscript.3.0.2.source-code.parserTestInput.kevs Maven / Gradle / Ivy
repo org.sonatype.org/foo/bar?a=b&c=d
include mvn:org.kevoree.library.javase:org.kevoree.library.javase.websocketgrp:2.0.5-SNAPSHOT
add node0, node1 : JavaSENode
add sync : HelloGroup/0.0.2-SNAPSHOT
add node0.comp0, node0.comp1 : HelloWorld
add chan0 : HelloChannel
namespace space42
// this is a comment
// comments allow any characters ! \ù%*é=^``~&°.:!§,?/#çà][-|
attach node0 sync
attach node0, node1 sync
attach * sync
attach * space42
move node0.comp0 node1
move *.* node0 // ok this doesn't make sense maybe but it should parse!
move node0.comp0, node0.comp1 node1
bind node0.comp0.sendMsg chan0
unbind node0.comp0.sendMsg chan1
unbind node0.* *
set node0.comp0.foo = "bar"
set node0.*.baz = 'potato'
set sync.forcePush = "false"
set sync.port/node0 = '8000'
network node0 192.168.0.1
network space42.node1 127.0.0.1
remove sync
remove node0, node1.*
remove *
detach node0 sync
detach space42.*, node1 sync
detach * space42.sync
// lol
© 2015 - 2025 Weber Informatics LLC | Privacy Policy