No description
Find a file
2025-03-10 11:09:27 +01:00
examples Real hashmap 2025-03-05 14:38:36 +01:00
src hashmap_remove_id 2025-03-10 11:09:27 +01:00
.gitignore Working yacc parsing 2025-03-07 21:40:30 +01:00
Makefile Fixes 2025-03-08 12:24:32 +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

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.