Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 238 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 238 Bytes

pearl

The Pearl language source code.

TODO:

Compiler Design

  • Lexer Design
  • Lexer
  • Parser
  • Data types and structures

Build.

mkdir build && cd build
cmake ..
make all