LICENSE
MANIFEST.in
README.md
pyproject.toml
assets/ragl-icon.svg
assets/ragl-logo.svg
docs/01-language-specification.md
docs/02-compiler.md
docs/03-runtime.md
docs/04-standard-library.md
docs/05-package-manager.md
docs/06-ai-engine.md
docs/07-errors.md
docs/08-grammar.ebnf
docs/09-scope.md
docs/10-roadmap.md
examples/01-hello.ragl
examples/02-basics.ragl
examples/03-collections.ragl
examples/04-objects.ragl
examples/05-errors.ragl
examples/06-files.ragl
examples/07-database.ragl
examples/08-security.ragl
examples/09-ai.ragl
examples/10-web.ragl
examples/11-server.ragl
examples/12-concurrency.ragl
examples/13-plain-english.ragl
ragl/__init__.py
ragl/__main__.py
ragl/ast_nodes.py
ragl/canonical.py
ragl/checker.py
ragl/cli.py
ragl/errors.py
ragl/interpreter.py
ragl/lexer.py
ragl/normalizer.py
ragl/packages.py
ragl/parser.py
ragl/py.typed
ragl/runtime.py
ragl/stdlib.py
ragl/version.py
ragl/editor/__init__.py
ragl/editor/vscode/README.md
ragl/editor/vscode/extension.js
ragl/editor/vscode/language-configuration.json
ragl/editor/vscode/package.json
ragl/editor/vscode/icons/file.svg
ragl/editor/vscode/icons/folder-open.svg
ragl/editor/vscode/icons/folder.svg
ragl/editor/vscode/icons/ragl-256.png
ragl/editor/vscode/icons/ragl-icon-theme.json
ragl/editor/vscode/icons/ragl.svg
ragl/editor/vscode/syntaxes/ragl.tmLanguage.json
ragl/modules/__init__.py
ragl/modules/ai.py
ragl/modules/concurrency.py
ragl/modules/db.py
ragl/modules/files.py
ragl/modules/net.py
ragl/modules/security.py
ragl/modules/server.py
ragl/modules/web.py
ragl_lang.egg-info/PKG-INFO
ragl_lang.egg-info/SOURCES.txt
ragl_lang.egg-info/dependency_links.txt
ragl_lang.egg-info/entry_points.txt
ragl_lang.egg-info/requires.txt
ragl_lang.egg-info/top_level.txt
tests/test_ragl.py