Skip to content

ivansnow02/mygo-c-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myGO C Compiler

Introduction

This is a simple compiler written in Go, which can compile a subset of C language.

Features

  • Lexical Analysis
  • recursive descent parsing
  • LR(1) parsing

Usage

go run main.go <source file>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages