No description
Find a file
2025-03-12 22:35:47 +01:00
examples Work 2025-03-11 23:01:12 +01:00
src WIP 2025-03-12 22:31:28 +01:00
.gitignore Working yacc parsing 2025-03-07 21:40:30 +01:00
Makefile Work 2025-03-11 23:01:12 +01:00
README.md Readme 2025-03-09 21:59:12 +01:00
spec.md Include yacc in Makefile + misc 2025-03-08 11:14:18 +01:00
TODO.md WIP 2025-03-12 22:31:28 +01:00

fLisp

See spec.md for the actual language and bytecode docs

Building

Pre-requisites:

  • yacc
  • lex
  • A C99 compiler
  • GNU Make

Unix

Running make twice should work on most Unix systems. It produces an executable called flisp.amd64

Windows

To meet the previously mentionned pre-requisites, you need to use mingw. I recommend installing w64devkit, then compiling Bison and Flex from source. Run make win, twice.