xgo/docs
Jacob R. McCollum adcf05d26f add variadic function parameters (#189)
* 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
2019-04-25 21:28:27 -07:00
..
builtins.md Added formatting docs (#187) 2019-04-14 13:14:44 -07:00
formatting.md Added formatting docs (#187) 2019-04-14 13:14:44 -07:00
interoperability.md Fixed interoperability doc (#174) 2019-04-08 19:51:26 -07:00
objects.md minor doc update 2019-03-03 15:21:28 -08:00
operators.md 1. Added documentation on operators. 2. Add (char)-(int) operators 2019-02-01 16:58:44 -08:00
runtime-types.md 'enum' module (#166) 2019-03-27 01:27:59 -07:00
stdlib-enum.md 'enum' module (#166) 2019-03-27 01:27:59 -07:00
stdlib-fmt.md Added formatting docs (#187) 2019-04-14 13:14:44 -07:00
stdlib-json.md json module faster implementation (#173) 2019-04-06 05:25:23 -07:00
stdlib-math.md updating documents for stdlib 2019-01-29 20:46:30 -08:00
stdlib-os.md add os.readfile() 2019-02-07 21:58:47 +01:00
stdlib-rand.md add 'rand' module (#90) 2019-02-09 12:33:35 -08:00
stdlib-text.md text.trim, text.pad_left and text.pad_right (#183) 2019-04-11 00:23:30 -07:00
stdlib-times.md add documentation for times module 2019-01-29 21:22:58 -08:00
stdlib.md 'enum' module (#166) 2019-03-27 01:27:59 -07:00
tengo-cli.md update CLI documentation 2019-01-30 01:23:26 -08:00
tutorial.md add variadic function parameters (#189) 2019-04-25 21:28:27 -07:00