Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 450 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 450 Bytes

Fn

Fn is a experimental programming language aiming to do the following:

  1. Teach me about how programming languages work internally.
  2. (Optional) Be a functioning programming language.

Want to know more? Take the tour!

Behind the Scenes

Fn uses Flex and Bison for parsing. To run, it uses its own bytecode and virtual machine.