SUBOdhar / darus_compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

██████╗░░█████╗░██████╗░██╗░░░██╗░██████╗ ██╔══██╗██╔══██╗██╔══██╗██║░░░██║██╔════╝ ██║░░██║███████║██████╔╝██║░░░██║╚█████╗░ ██║░░██║██╔══██║██╔══██╗██║░░░██║░╚═══██╗ ██████╔╝██║░░██║██║░░██║╚██████╔╝██████╔╝ ╚═════╝░╚═╝░░╚═╝╚═╝░░╚═╝░╚═════╝░╚═════╝░

Darus Compiler

Darus is a simple compiler written in C that is designed to compile programs written in the Darus programming language.

Table of Contents

  1. Features
  2. Getting Started

Features

  • Parses and compiles programs written in the Darus programming language.
  • Generates executable files from Darus source code.

Getting Started

Prerequisites

To build and use the Darus compiler, you need the following:

  • C compiler (e.g., GCC)

Installation

  1. Clone the compiler:

    git clone https://github.com/SUBOdhar/darus_compiler/tree/131f5ca4dc45c38333c59d78bce717198a90886c/compiler

About


Languages

Language:C++ 57.1%Language:C 42.9%