Zerionyx programming language - simple, educational, and task-oriented.

3 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task involves contributing to the development of an Object-Oriented Programming (OOP) system for the Zerionyx programming language. This includes designing the syntax and semantics for class definition, inheritance, method binding, and handling `this`/`self` scoping. The current OOP system is described as experimental and buggy, offering a significant challenge and opportunity for improvement.

Complexity: 5/5
help wanted

Zerionyx programming language - simple, educational, and task-oriented.

Python

AI Summary: Design and implement a custom bytecode virtual machine (VM) to replace the existing AST-based interpreter in the Zerionyx programming language. This involves designing bytecode instructions, building a virtual CPU, and optimizing execution performance for improved speed and efficiency.

Complexity: 5/5
help wanted

Zerionyx programming language - simple, educational, and task-oriented.

Python

AI Summary: The task involves creating developer tools for the Zerionyx programming language, such as a debugger, profiler, Visual Studio Code plugin, and/or code formatter to enhance the developer experience. This could involve working with the existing Zerionyx interpreter and potentially developing extensions or integrations with other tools.

Complexity: 5/5
help wanted good first issue

Zerionyx programming language - simple, educational, and task-oriented.

Python