garryspins / htmlisp

Compiles lisp style html into normal html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTMLisp

What is this?

A compiler that takes in lisp style html and outputs normal html

Why is this?

yes

How do I use this?

  • CD into cloned repo
  • Compile: cargo build --release
  • Run: ./target/release/htmlisp <path to htmlisp input file> <path to html output file>
  • Note: Executable can be copied to /usr/bin if you want (sudo cp target/release/htmlisp /usr/bin)

About

Compiles lisp style html into normal html


Languages

Language:Rust 100.0%