adcf05d26f
* parsing variable function types * finished variadic functions * fix case where number of passed args to variadic function is 0 * remove extraneous OpVarArgs * allow multiple variables in variadic function declaration * fix IdentList string method to print multi-arg variadic functions correctly * round 2 of fix IdentList string method to print multi-arg variadic functions correctly round 2 of fix IdentList string method to print multi-arg variadic functions correctly * clean up tasks in OpCall handling, add tests for variadic closures * cleanup for pr - add syntax documentation - cleanup parseIdentList - cleanup OpCall handling for functions and closures - cleanup tests |
||
---|---|---|
.. | ||
error.go | ||
error_list.go | ||
error_list_test.go | ||
error_test.go | ||
parse_source.go | ||
parser.go | ||
parser_array_test.go | ||
parser_assignment_test.go | ||
parser_boolean_test.go | ||
parser_call_test.go | ||
parser_char_test.go | ||
parser_cond_test.go | ||
parser_error_test.go | ||
parser_for_in_test.go | ||
parser_for_test.go | ||
parser_function_test.go | ||
parser_if_test.go | ||
parser_import_test.go | ||
parser_index_test.go | ||
parser_logical_test.go | ||
parser_map_test.go | ||
parser_precendence_test.go | ||
parser_selector_test.go | ||
parser_semicolon_test.go | ||
parser_string_test.go | ||
parser_test.go | ||
sync.go |