# language

### latest: [1.0.0](/docs/maci/language/v1.0.0.md)

***

maci uses a hybrid parsing concept where it reads the file or string and parses the valid syntax with its own custom tokenization logic and then relies on the [ast library ](https://docs.python.org/3/library/ast.html)to set the literal python object from the parsed data.

***

### language versions and support

*To learn about the language, click a version to view the documentation*

<table><thead><tr><th>lang version</th><th width="246">supported maci versions</th><th width="152">current</th><th>eol</th><th data-hidden>currently supported</th></tr></thead><tbody><tr><td><a href="/pages/9dITcMu0qvKGmdBsHoXZ">1.0.0</a></td><td>&#x3C;=1.1.0</td><td>yes</td><td>no</td><td>yes</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.macilib.org/docs/maci/language.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
