Compiler
Compilers are software that translate higher-level (more human readable) programming languages to lower-level languages (e.g. machine code). The processor executes machine code, which indicates when binary high and low signals are required in the arithmetic logic unit of the processor. Examples of compiled languages include BASIC, Fortran, C++, C, and Java.
Here are 974 public repositories matching this topic...
A simple Python compiler written in Python 🐍.
-
Updated
Aug 4, 2023 - Python
frontend of a compiler for "TSLANG"(The Simple Language)
-
Updated
Nov 22, 2022 - Python
A compiler for C-minus language as a project at Sharif University of Technology in the Fall semester of 2022-2023 coded by Parham Bateni
-
Updated
Feb 2, 2023 - Python
A very naive attempt at implementing a minimal C frontend compiler.
-
Updated
Jun 14, 2023 - Python
A compiler for C using python
-
Updated
Mar 13, 2024 - Python
Working of predictive parser
-
Updated
Oct 25, 2024 - Python
Cours compilation @ ENSTA Bretagne
-
Updated
May 10, 2023 - Python
Generates and installs simple Cython modules with specified settings. If you are overwhelmed by the compiler directives and the creation of the setup.py file, this is right for you.
-
Updated
Sep 19, 2023 - Python
Lox is a lightweight, dynamically-typed programming language with a simple and minimal syntax.
-
Updated
Sep 20, 2024 - Python
ADLexSyn is a comprehensive project that explores the fundamental aspects of lexical analysis, syntax analysis, and symbol table management within the context of programming language processing.
-
Updated
May 26, 2024 - Python
A simple programming language for cats made to understand language design [WIP]
-
Updated
Oct 10, 2024 - Python
A simple assembly(8085 specific) converter.
-
Updated
May 28, 2023 - Python