Coder Social home page Coder Social logo

spiryd / gembalang Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 321 KB

A simple imperative language compiler. INA, PWr, 2023/24

License: The Unlicense

Rust 80.45% Makefile 0.94% C++ 13.52% Lex 2.45% Yacc 2.11% Dockerfile 0.29% Shell 0.24%
compiler jezyki-formalne-i-techniki-translacji jftt pwr

gembalang's Introduction

GEMBALANG

A simple imperative language compiler. INA, PWr, 2023/24

Author

Maksymilian Neumann

Requirements

Compilation requires the rust toolchain and an internet connection.

Usage

if using ubuntu

$ make
$ ./kompilator <input_file> <output_file>

or universal

$ cargo run -r -- <input_file> <output_file>

or you can build it and use the binary.

$ cargo build -r

it outputs the binary in "path_to_project/target/relese" it should be called kompilator.
usage:

$ ./target/relese/kompilator <input_file> <output_file>

File Description

All important source files are in the src directory

main.rs

Just an entry point to the program. Uses all the other source files. Handles Errors.

lexparse.lalrpop

This is our lexer/parser. Made using LALRPOP crate wich is an rust alternative to lex/bison. It lexes and parses our input and outputs an AST.

ast.rs

Defines the structure of the AST.

assembler.rs

This is where the magic happens. This defines a struct that is first used to build the AST into pseudo-assembly and than into the final file.

Cargo.toml

Configuration file for cargo.

build.rs

Custom build script for cargo to complie our lexer/parser.

Makefile

For Ubuntu. Compiles the program and moves to project folder.

gembalang's People

Contributors

spiryd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.