c-like
There are 34 repositories under c-like topic.
jingoro2112/wrench
practical embedded script interpreter
knowing-top/C-SVM
一种基于栈式虚拟机的类c 语言编译器。This project has moved from https://sourceforge.net/projects/msct/. C-SVM: A Compiler for a C-Like Language Based on a Stack Virtual Machine. Aims to help individuals learn about compiler operations, such as lexical, syntactic, and semantic analysis, as well as executing a stack-based virtual machine.
true-grue/PigletC
A toy C-like language compiler for PigletVM
SenseLogic/CIBYL
Lightweight curly-bracket language which compiles to Ruby and Crystal.
lingbai-kong/C-like-compiler
同济大学CS《编译原理》课程设计: 类C语言编译器TongJi University CS compiler theory assignment
jink-lang/jink-py
Python interpreter implementation of the Jink programming language.
andersonarc/carbonsteel
Programming language with C-like syntax and new, improved features
JustinHuPrime/TCompiler
T is a C-like, module based programming language
AloneCafe/FROG
一种简单的、结构化的、面向过程的、静态类型 & 强类型的编程语言,及其编译器、汇编器与虚拟机的设计与实现
phorward/xpl
An eXample Programming Language
Fuechs/Lynx
C-like programming language
aexpl/aexpl
Arvid's EXperimental Programming Language
Kaimakan71/Quark
Programming language and compiler project.
tonisidneimc/PyLox
A Tree-Walk Interpreter for the PyLox language, using the good old python, for the simplest and cleanest implementation.
aufawibowo/amibroker-formula-language
A repository dedicated to document AFL as amibroker programming language
CanardConfit/cc-compiler
A custom compiler project for HEPIA students to compile C-like for their own processor.
ckswjd99-at-snu/Compiler-2021-2
SNU ECE Introduction to Compiler (430.414) - 2022 Spring
nbingham1/cog
Compiler for a C-like systems programming language with interfaces.
PopovMP/cinonim
Cinonim - a C like language targeting WAT
Asterisk007/prse
A C-like language with modern and novel conventions
Fireboyd78/skopik
A simple storage format with scopes and a C-like syntax.
ghuter/chi
New C-based programming language designed for systems programming, with a modular design.
gokernel2017/VM
VM with a Mini Language(c-like)
inunix3/monolog
Simple interpreted C-like programming language.
IzzyFG/Signal_Language
OCaml Compiler for a c-like language
realchonk/CAlpha
I'm developing a small language in Java, that is C-oriented.
spaghettifunk/penne
Penne is a simple C-like programming language
zenonet/McFuncSharp
A high level scripting language that transpiles to McFunction (Minecraft Datapacks)
israfiel-a/azalea
A programming language built for use in the Cobalt operating system.
JMDash-Devs/JMDash
🌠An open-source, general purpose programming language, created with FOSS developers in mind <3
landmark-lang/.github
A memory and type-safe systems programming language with excellent interoperability with C. Its syntax, memory management models and techniques were inspired by Rust. There are however subtle twists in the way some things work or were implemented. If you are interested, you can find our more about Landmark in the documentation.
mnoltmeer/ELI
Line by line interpreter with C-like syntax, class support and importing functionality from .dll libraries
eliasdeallmeida/lexical-analyzer
Analisador léxico desenvolvido em Python que recebe um código fonte semelhante a C e produz como saída a lista de tokens e a tabela de símbolos
senavs/python-switch-case
:heavy_check_mark: Python implementation of C Switch Case clause