lashlang 0.1.0-alpha.37

Lashlang: compact CodeAct language for model-authored REPL blocks in the lash agent runtime.
Documentation
1
2
3
4
5
6
7
8
---
source: crates/lashlang/src/runtime/tests.rs
expression: diagnostic_message(err)
---
`len` requires a string, list, record, or null; use `.size` for images
--> line 2, column 1
submit len(true)
^