CHANGELOG.md
CONTRIBUTING.md
MANIFEST.in
Makefile
README.md
RELEASE_NOTES.md
ROADMAP.md
pyproject.toml
bin/ltlc
bootstrap/v2_bench.ltl
bootstrap/v2_codegen.ltl
bootstrap/v2_crypto_lbe.ltl
bootstrap/v2_debugger.ltl
bootstrap/v2_error_engine.ltl
bootstrap/v2_formatter.ltl
bootstrap/v2_ir_codegen.ltl
bootstrap/v2_lexer.ltl
bootstrap/v2_linter.ltl
bootstrap/v2_optimizer.ltl
bootstrap/v2_parser.ltl
bootstrap/v2_pattern_engine.ltl
bootstrap/v2_profiler.ltl
bootstrap/v2_python_codegen.ltl
bootstrap/v2_query_engine.ltl
bootstrap/v2_reactive.ltl
bootstrap/v2_science.ltl
bootstrap/v2_source_map.ltl
bootstrap/v2_test_runner.ltl
bootstrap/v2_type_system.ltl
docs/architecture.ltlml
docs/cookbook.ltlml
docs/grammar.ebnf
docs/index.ltlml
docs/language-spec.ltlml
docs/quick-reference.ltlml
docs/tutorial.ltlml
docs/blog/hacking-with-lateralus.ltlml
docs/blog/lateralusos-phase3.ltlml
docs/blog/pipelines-deep-dive.ltlml
docs/blog/release-v1.3.ltlml
docs/blog/release-v1.5.ltlml
docs/blog/scientific-computing.ltlml
docs/blog/self-hosting-journey.ltlml
docs/blog/v15-type-system.ltlml
docs/blog/why-lateralus.ltlml
docs/papers/lateralus-design-paper.ltlml
examples/advanced_pipeline.ltl
examples/aim_messenger.ltl
examples/async_demo.ltl
examples/c_backend_demo.ltl
examples/concurrent_demo.ltl
examples/crypto_challenges.ltl
examples/crypto_demo.ltl
examples/data_pipeline.ltl
examples/enum_demo.ltl
examples/error_demo.ltl
examples/fibonacci.ltasm
examples/fibonacci.ltl
examples/full_showcase.ltl
examples/game_of_life.ltl
examples/graph_demo.ltl
examples/hello.ltasm
examples/hello.ltl
examples/interpreter_demo.ltl
examples/irc_chat.ltl
examples/math_demo.ltl
examples/neural_network.ltl
examples/physics_sim.ltl
examples/polyglot_demo.ltl
examples/science_demo.ltl
examples/showcase.ltl
examples/signal_processing.ltl
examples/statistics_demo.ltl
examples/structs.ltl
examples/testing_demo.ltl
examples/v14_showcase.ltl
examples/v15_showcase.ltl
examples/v15_types.ltl
examples/v16_showcase.ltl
examples/v17_showcase.ltl
examples/v18_showcase.ltl
examples/v19_showcase.ltl
examples/v20_showcase.ltl
examples/v21_showcase.ltl
examples/v22_showcase.ltl
examples/v23_showcase.ltl
lateralus_lang/__init__.py
lateralus_lang/__main__.py
lateralus_lang/algorithms.py
lateralus_lang/ast_nodes.py
lateralus_lang/async_runtime.py
lateralus_lang/bench.py
lateralus_lang/binary.py
lateralus_lang/bytecode_format.py
lateralus_lang/cli_extensions.py
lateralus_lang/compiler.py
lateralus_lang/crypto_engine.py
lateralus_lang/dap_server.py
lateralus_lang/data.py
lateralus_lang/debugger.py
lateralus_lang/engines.py
lateralus_lang/error_engine.py
lateralus_lang/ffi.py
lateralus_lang/formatter.py
lateralus_lang/integration_patch.py
lateralus_lang/ir.py
lateralus_lang/jupyter_kernel.py
lateralus_lang/lexer.py
lateralus_lang/linter.py
lateralus_lang/lsp_server.py
lateralus_lang/ltlcfg.py
lateralus_lang/markup.py
lateralus_lang/math_engine.py
lateralus_lang/notebook.py
lateralus_lang/optimizer.py
lateralus_lang/package_manager.py
lateralus_lang/parser.py
lateralus_lang/pattern_engine.py
lateralus_lang/profiler.py
lateralus_lang/query_engine.py
lateralus_lang/reactive.py
lateralus_lang/repl.py
lateralus_lang/repl_enhanced.py
lateralus_lang/science.py
lateralus_lang/source_map.py
lateralus_lang/test_runner.py
lateralus_lang/type_system.py
lateralus_lang/watch.py
lateralus_lang.egg-info/PKG-INFO
lateralus_lang.egg-info/SOURCES.txt
lateralus_lang.egg-info/dependency_links.txt
lateralus_lang.egg-info/entry_points.txt
lateralus_lang.egg-info/requires.txt
lateralus_lang.egg-info/top_level.txt
lateralus_lang/codegen/__init__.py
lateralus_lang/codegen/bytecode.py
lateralus_lang/codegen/c.py
lateralus_lang/codegen/javascript.py
lateralus_lang/codegen/llvm.py
lateralus_lang/codegen/python.py
lateralus_lang/codegen/wasm.py
lateralus_lang/codegen/x86_64.py
lateralus_lang/errors/__init__.py
lateralus_lang/errors/bridge.py
lateralus_lang/errors/handler.py
lateralus_lang/markup/__init__.py
lateralus_lang/vm/__init__.py
lateralus_lang/vm/assembler.py
lateralus_lang/vm/disassembler.py
lateralus_lang/vm/opcodes.py
lateralus_lang/vm/vm.py
stdlib/algorithms.ltl
stdlib/arena.ltl
stdlib/async.ltl
stdlib/base64.ltl
stdlib/bitops.ltl
stdlib/bitset.ltl
stdlib/channel.ltl
stdlib/collections.ltl
stdlib/color.ltl
stdlib/core.ltl
stdlib/crypto.ltl
stdlib/csv.ltl
stdlib/data.ltl
stdlib/datetime.ltl
stdlib/deque.ltl
stdlib/encoding.ltl
stdlib/event.ltl
stdlib/filepath.ltl
stdlib/fmt.ltl
stdlib/functional.ltl
stdlib/graph.ltl
stdlib/hash.ltl
stdlib/heap.ltl
stdlib/http.ltl
stdlib/ini.ltl
stdlib/io.ltl
stdlib/iter.ltl
stdlib/json.ltl
stdlib/linalg.ltl
stdlib/logging.ltl
stdlib/lru.ltl
stdlib/math.ltl
stdlib/matrix.ltl
stdlib/mem.ltl
stdlib/network.ltl
stdlib/optimize.ltl
stdlib/os.ltl
stdlib/pentest.ltl
stdlib/pool.ltl
stdlib/ptr.ltl
stdlib/queue.ltl
stdlib/random.ltl
stdlib/recon.ltl
stdlib/regex.ltl
stdlib/result.ltl
stdlib/ringbuf.ltl
stdlib/science.ltl
stdlib/semver.ltl
stdlib/set.ltl
stdlib/signals.ltl
stdlib/sort.ltl
stdlib/stack.ltl
stdlib/stats.ltl
stdlib/strings.ltl
stdlib/sync.ltl
stdlib/sys.ltl
stdlib/template.ltl
stdlib/testing.ltl
stdlib/time.ltl
stdlib/trie.ltl
stdlib/uuid.ltl
tests/test_async_runtime.py
tests/test_bytecode_format.py
tests/test_c_backend.py
tests/test_cli_extensions.py
tests/test_compiler.py
tests/test_crypto_engine.py
tests/test_dap_server.py
tests/test_debugger.py
tests/test_engines.py
tests/test_error_engine.py
tests/test_formatter_linter.py
tests/test_full_pipeline.py
tests/test_javascript_transpiler.py
tests/test_js_backend.py
tests/test_lexer.py
tests/test_lsp_server.py
tests/test_markup.py
tests/test_math_engine.py
tests/test_notebook.py
tests/test_optimizer.py
tests/test_package_manager.py
tests/test_parser.py
tests/test_pattern_engine.py
tests/test_profiler.py
tests/test_query_engine.py
tests/test_reactive.py
tests/test_repl.py
tests/test_science.py
tests/test_source_map.py
tests/test_type_system.py
tests/test_v12_features.py
tests/test_v15_features.py
tests/test_v16_features.py
tests/test_v17_features.py
tests/test_v18_features.py
tests/test_v19_features.py
tests/test_v20_features.py
tests/test_v21_features.py
tests/test_v22_features.py
tests/test_v23_features.py
tests/test_vm.py
tests/test_vm_expanded.py
tests/test_wasm_backend.py
vscode-lateralus/CHANGELOG.md
vscode-lateralus/README.md
vscode-lateralus/extension.js
vscode-lateralus/language-configuration-asm.json
vscode-lateralus/language-configuration-cfg.json
vscode-lateralus/language-configuration-markup.json
vscode-lateralus/language-configuration-notebook.json
vscode-lateralus/language-configuration.json
vscode-lateralus/package.json
vscode-lateralus/icons/lateralus-asm-dark.svg
vscode-lateralus/icons/lateralus-asm-light.svg
vscode-lateralus/icons/lateralus-bytecode-dark.svg
vscode-lateralus/icons/lateralus-bytecode-light.svg
vscode-lateralus/icons/lateralus-cfg-dark.svg
vscode-lateralus/icons/lateralus-cfg-light.svg
vscode-lateralus/icons/lateralus-compiled-dark.svg
vscode-lateralus/icons/lateralus-compiled-light.svg
vscode-lateralus/icons/lateralus-dark.svg
vscode-lateralus/icons/lateralus-light.svg
vscode-lateralus/icons/lateralus-logo.png
vscode-lateralus/icons/lateralus-logo.svg
vscode-lateralus/icons/lateralus-markup-dark.svg
vscode-lateralus/icons/lateralus-markup-light.svg
vscode-lateralus/icons/lateralus-notebook-dark.svg
vscode-lateralus/icons/lateralus-notebook-light.svg
vscode-lateralus/snippets/lateralus-asm.json
vscode-lateralus/snippets/lateralus-cfg.json
vscode-lateralus/snippets/lateralus-markup.json
vscode-lateralus/snippets/lateralus-notebook.json
vscode-lateralus/snippets/lateralus.json
vscode-lateralus/syntaxes/lateralus-asm.tmLanguage.json
vscode-lateralus/syntaxes/lateralus-cfg.tmLanguage.json
vscode-lateralus/syntaxes/lateralus-markup.tmLanguage.json
vscode-lateralus/syntaxes/lateralus-notebook.tmLanguage.json
vscode-lateralus/syntaxes/lateralus.tmLanguage.json