Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 237 Bytes

File metadata and controls

11 lines (7 loc) · 237 Bytes

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