Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 510 Bytes

File metadata and controls

21 lines (15 loc) · 510 Bytes

Pentagram

About

Pentagram is a programming language for ergonomics, determinism, and efficiency currently in the design & prototyping phase.

-- Entry point for writing an ELF binary
main >>
  program-data =
    [] arr
    generate-elf-header cat
    generate-code cat
    generate-data cat

  cout program-data write

License

This project is released under the MIT License (see LICENSE.md for details).