An open API service indexing awesome lists of open source software.

https://github.com/johnedquinn/bminor

A strictly-typed C-like language called B-Minor. Utilizes Bison and Yacc to tokenize, parse, typecheck, and eventually compile into an x86 executable for execution.
https://github.com/johnedquinn/bminor

assembly bison-yacc code-generation compiler-design parser programming-language scanner typechecker

Last synced: 7 months ago
JSON representation

A strictly-typed C-like language called B-Minor. Utilizes Bison and Yacc to tokenize, parse, typecheck, and eventually compile into an x86 executable for execution.

Awesome Lists containing this project

README

          

# B-Minor Project

## Description

A compiler for the strictly-typed language called B-Minor.

Utilizes Bison and Yacc for tokenizing and parsing. Performs type-checking and x86 generation to create an executable file.

## Installation

@TODO: Need to provide.

## To Run

@TODO: Need to provide.

## Logical Flow

@TODO: Need to provide.

## Contributing

@TODO: Need to provide.