Skip to content

dodobyte/plzero

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

PL/0 Compiler Written in Go

PL/0 compiler that produces Windows executable.

  • Pure Go parsing, no parser generator needed.
  • No third party software is needed like assembler or linker.
  • Very small and simple, only ~700 lines of code.
    • Recursive descent parser
    • X86 code generator
    • Win32 PE executable creator

See the article for more information.