Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 614 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 614 Bytes

The PSudo Programming Language

Travis (.com)

This is the main source code repository for PSudo. It contains the compiler, standard library.

Contains

  • libpsudoc - The compiler library of PSudo
  • psudoc - The compiler of PSudo
  • stdlib - The standard libraries

Not Contains But Todos

  • psudoman - The static stdlib manual generator for PSudo
  • psudols - PSudo Language Server
  • psudofmt - PSudo Code Formatter & Linter
  • psudoi - The Interactive REPL of PSudo
  • psudid - PSudo debugger
  • psudok - PSudo standard library tester, coverage reporter.