mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-30 21:06:27 -08:00
James Wells
7d6fbfef24
Quite a refactor and some code cleanup. Co-authored-by: James Wells <jwells@dragonheim.net> Reviewed-on: #11 Co-authored-by: James Wells <jwells@noreply.localhost> Co-committed-by: James Wells <jwells@noreply.localhost>
19 lines
905 B
Markdown
19 lines
905 B
Markdown
# G'Agent
|
|
|
|
## G'Agent Language Extension
|
|
### @TODO
|
|
Document the G'Agent TCL language extension.
|
|
|
|
We are using Picol as a vendor package though we have modified it specific to support a subset of the [Agent Tcl / D'Agents](http://www.cs.dartmouth.edu/~dfk/agents/pub/agents/doc.5.1.ps.gz) language extensions.
|
|
|
|
The language extensions can be found in the [LANGUAGE.md](https://git.dragonheim.net/dragonheim/gagent/src/branch/main/LANGUAGE.md) file.
|
|
|
|
|
|
## AgentTCL Language Extension
|
|
### @TODO
|
|
Document differences between AgentTCL and G'Agent TCL.
|
|
|
|
|
|
## TCL Basics
|
|
### Plase note that we do not support the full TCL language specification, only a subset. The full language documentation can be found at [ee.columbia.edu/sensornet/part1](https://www.ee.columbia.edu/~shane/projects/sensornet/part1.pdf) and
|
|
[ee.columbia.edu/sensornet/part2](https://www.ee.columbia.edu/~shane/projects/sensornet/part2.pdf)
|