Abrvalg
Python-like programming language interpreter written in Python
Install / Use
/learn @akrylysov/AbrvalgREADME
Abrvalg
Abrvalg is a Python-like programming language interpreter.
The project contains:
- Regular expression based lexer
- Top-down recursive descent parser
- AST-walking interpreter
- REPL
Abrvalg doesn't require any third-party libraries.
What the language looks like:
.. code-block::
func map(arr, fn):
r = []
for val in arr:
r = r + [fn(val)]
r
func factorial(n):
if n <= 1:
1
else:
n * factorial(n - 1)
print(map(1...10, factorial))
You can find more examples in tests directory.
How to try it:
.. code-block::
git clone https://github.com/akrylysov/abrvalg.git
cd abrvalg
python -m abrvalg tests/factorial.abr
Related Skills
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
85.3kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
342.5kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
