c-cli-asm-toy-compiler

Description

The intent of this project is to build a simple compiler that uses only bitwise operators for +,-,/,* ; while using a cross platform language.

Tech stack

  • gnu gcc 7.1.1

Docker stack

  • docker-cli
  • ubuntu:latest

Requirements

Docker desktop must be installed and the application being called must be linux compatiple.

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

To see help

sudo ./install.sh -h

Credits

https://www.tutorialspoint.com/codingground.htm