No description
Find a file
Curle 1de1039acb
Some checks failed
CMake / build (macos-latest) (push) Has been cancelled
CMake / build (ubuntu-latest) (push) Has been cancelled
CMake / build (windows-latest) (push) Has been cancelled
Fix inheritance and calling superclass methods.
2022-10-31 16:51:19 +00:00
.github/workflows actions: linux is a special bunny, fix 2022-01-07 02:06:59 +00:00
inc Fix inheritance and calling superclass methods. 2022-10-31 16:51:19 +00:00
src Fix inheritance and calling superclass methods. 2022-10-31 16:51:19 +00:00
.gitignore Fix classes & calling 2022-10-24 16:46:00 +01:00
CMakeLists.txt Make resolving variables a little more resilient. 2022-01-04 22:34:07 +00:00
README.md Add basic README file 2022-01-07 02:15:01 +00:00

Fusco

Serverside Web Rendering

About

Fusco is an interpreted, dynamically typed language inspired by Javascript designed to generate dynamic and static web pages.

Grab the latest binary from GitHub Actions or build it yourself.

Building

$ mkdir build
$ cd build
$ cmake ..
$ build