awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesBASIC Language Implementations

Implementations of the BASIC programming language, including interpreters and runtimes for constrained systems.

Distinct from Basic Mathematical Operations: Candidates focus on mathematical operations rather than the implementation of the BASIC language itself.

Explore 1 awesome GitHub repository matching programming languages & runtimes · BASIC Language Implementations. Refine with filters or upvote what's useful.

Awesome BASIC Language Implementations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/basic-m6502microsoft 的头像

    microsoft/BASIC-M6502

    4,490在 GitHub 上查看↗

    BASIC-M6502 是一个用于 8 位微处理器的 BASIC 语言实现。它提供了一个执行环境,允许用高级、类似英语的语言编写的程序在 6502 硬件上运行,并支持数学函数和浮点运算。 该项目专为跨平台硬件移植而设计,使用条件编译和宏来适应不同复古计算系统之间的单个代码库。它利用硬件抽象层来管理基于字符的输入和输出例程。 该系统包括具有动态分配的嵌入式内存管理,以及用于字符串和变量的标记清除 (mark-and-sweep) 垃圾回收。它还提供了用于字符串和数组操作的原语,并采用软件仿真进行浮点运算。

    Implements a functional BASIC interpreter supporting mathematical functions and floating-point arithmetic on 8-bit systems.

    Assembly6502-assembly
    在 GitHub 上查看↗4,490
  1. Home
  2. Programming Languages & Runtimes
  3. BASIC Language Implementations