from yaml and from yml (#322)

* MathEval Variance and Stddev

* Fix tests and linting

* Typo

* Deal with streams when they are not tables

* `from yaml` and `from yml`

`from yaml` and `from yml`

from yaml and from yml

* Fix collect_string

* Fix tests and linting
This commit is contained in:
Luccas Mateus
2021-11-09 22:02:33 -03:00
committed by GitHub
parent d094f654c3
commit 75cfee28b2
5 changed files with 329 additions and 0 deletions

View File

@ -47,6 +47,8 @@ pub fn create_default_context() -> EngineState {
From,
FromCsv,
FromJson,
FromYaml,
FromYml,
FromTsv,
Get,
Griddle,