Skip to content

Instantly share code, notes, and snippets.

@eihigh
Last active February 6, 2019 13:15
Show Gist options
  • Save eihigh/292c0a6edb086c4d7132acf1fdb5f701 to your computer and use it in GitHub Desktop.
Save eihigh/292c0a6edb086c4d7132acf1fdb5f701 to your computer and use it in GitHub Desktop.
commands {
heal {
desc <heal parameters>
args [
{ # --
desc <type and target actor>
key <actor>
attrs [
hpof <types.actor>
mpof <types.actor>
tpof <types.actor>
]
default (null)
}
{ # --
desc <amount>
key <num>
attrs [
n <types.n>
n_var <types.var>
]
default (null)
}
{ # --
desc <is dead>
attrs { revive <types.bool> }
follows [ { key <actor> attr <hpof> } ]
default (null)
}
] # args
process << pushSingleCommand(230, [hogehoge]); >>
}
}
-----
proc |{
wait (60)
if |{
eval << Var.count > 3 >>
path <http://github.com/eihigh.git>
se <step1>
get { item <elixir> num (5) }
m ||
:George under darken:
Hello!
:Carry middle:
Not Hello
query ||
SELECT * FROM table WHERE id > 10
||
} # if
} # proc
-----
{
name <rdml>
version <1.0.0>
main <index.js>
scripts {
test <echo "Error: no test specified" && exit 1>
hoge |SQL|
SELECT * FROM table WHERE price > 5000
|SQL|
do <Var.count += 3;>
}
repos {
type [ <git> <ag> ]
url <git+https://github.com/eihigh/rdml.git>
}
devDependencies {
`@types/chai` <^4.1.7>
`@types/mocha` <^5.2.5>
`chai` <^4.2.0>
}
}
<>
{}
()
[]
``
|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment