Added license.

This commit is contained in:
Marvin Blum
2015-10-09 16:14:17 +02:00
parent b908525d34
commit 7657631b36
3 changed files with 29 additions and 1 deletions

View File

@@ -269,6 +269,7 @@ func parseFunctionCall() {
}
func parseBuildinFunctionCall(name string) {
// FIXME: does not work for all kind of commands
expect("(")
appendOut("[")
parseParameter()