No description
Find a file
2025-02-05 18:09:00 -03:00
pila.c rename state struct 2025-02-05 18:09:00 -03:00
pre.h initial commit 2025-02-03 20:09:55 -03:00
README.md initial commit 2025-02-03 20:09:55 -03:00

pila

Concatenative stack-based language. (written in C99) [not turing complete yet]

Goal

  • Keeping it small and portable
  • No floating point
  • A little of syntactic sugar (so strings literals look like you would expect, for example)

TODO

  • Work in removing hard dependency on libc
  • Native code generation?
  • Implement more of Pila in itself
  • Proper error handling
  • Case insensitiveness