c0

There are 12 repositories under c0 topic.

  • dernyn/256

    a special Unicode Font, for Extended-ASCII capabilities in Text; in-which all (8-bit) 256 positions/bytes are mapped in Unicode space, it allows to leverage the CP-1252 (ISO-8859-1) standard to encode as a single-byte character on a Text Control/editor.

  • shianqi/C0Compiler

    Java实现的 c0 语言编译器

    Language:Java21408
  • cgsdfc/simplecc

    A simple and modular C-like compiler in C++ for educational purposes.

    Language:C++8203
  • Alex-Beng/qcc

    西工大NWPU编译原理试点班最终提交。a naive c0 compiler with antlr4

    Language:C++6100
  • kibaamor/c0-parser

    C0语言的词法分析和抽象语法树(AST)分析器

    Language:C++2300
  • azdavis/c0ls

    A language server for C0

    Language:Rust120
  • ghuter/chi

    New C-based programming language designed for systems programming, with a modular design.

    Language:C1100
  • harlanwei/c0_compiler

    A simple compiler for C0.

    Language:Go1100
  • icelilia/c0

    c0编译器

    Language:Java1100
  • lizhijian-cn/c0-java

    c0 compiler in java.

    Language:Java1100
  • susji/c0

    Attempt at an toy compiler for the C0 teaching language. Never completed.

    Language:Go1100
  • eliasball/vs-code-c0-snippets

    A VSCode extension that adds autocomplete snippets for the C0 language.

    01