Skip to content
View DevNexe's full-sized avatar

    Block or report DevNexe

    Block user

    Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

    You must be logged in to block users.

    Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
    Report abuse

    Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

    Report abuse
    DevNexe/README.md

    3D Contrib

    DevNexe

    Python developer. I build things for fun and because I can.


    About

    Python developer focused on building tools from scratch. I don't use eval or exec — I write real interpreters. Open source by default, not by obligation.


    Projects

    🌑 Nox

    A general-purpose programming language written in pure Python.

    • Tree-walking interpreter with custom lexer, parser and AST
    • define / result keywords, structs, classes, traits
    • Async/await, pattern matching, decorators
    • C/C++ FFI via ctypes
    • Built-in HTTP server
    • GitHub-based package manager
    • Optional JIT via Numba
    • Standalone binary compilation

    Stack

    Language

    Python

    GUI / Desktop

    PySide6Qt

    Tools & Tech

    ASTFFINumbaGit


    Stats

    GitHub Stats

    Top Languages


    building in public · open source · always learning

    Pinned Loading

    1. NoxNoxPublic

      Nox is a clean, expressive programming language created from scratch in pure Python. Includes C/C++ FFI, async/await and its own ecosystem.

      Python

    2. NoxTerminalNoxTerminalPublic

      A real PTY terminal widget for PyQt5. Embeds cmd.exe with ANSI emulation via winpty and pyte.

      Python

    3. NoxIDENoxIDEPublic

      A lightweight VS Code-inspired code editor for Windows. Built with Python & PyQt5.

      Python