~crc_/napia-pihi

forth-style language compiling to napia assembly
only include strings block if strings were actually used
abort run if incorrect number of command line arguments are passed
basic string support

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~crc_/napia-pihi
read/write
git@git.sr.ht:~crc_/napia-pihi

You can also use your local clone with git send-email.

#Pihi

This is a Forth-ish language that compiles to assembly (in rohi format) for Napia.

#Dependencies

  • retro12
  • rohi

#Usage

./pihi.retro example.pihi test
rohi example.rohi

First parameter is the source file, second is the word to run on start.