Skip to content

write a simple compiler (c like -> x86_64 assembly language) in golang

Notifications You must be signed in to change notification settings

carushi/SimpleCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

SimpleCompiler

write a simple compiler (c like -> x86_64 assembly language) in golang

*** FOR PRACTICE! ***

  • ignore a nest of {}
  • ignore the sentence starting with # or //
  • prohibit starting new lines in a sentence

About

write a simple compiler (c like -> x86_64 assembly language) in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages