Extended HTML (like SCSS) which compiles back to html
Find a file
2024-12-07 13:44:53 -05:00
compiler starting stuff 2024-12-07 13:44:53 -05:00
examples starting stuff 2024-12-07 13:44:53 -05:00
importer starting stuff 2024-12-07 13:44:53 -05:00
parser starting stuff 2024-12-07 13:44:53 -05:00
go.mod Add proper elements <element name="head"> will now be treated as <head>. WARNING: I WAS A STUPID NINCOMPOOP AND BROKE NESTING ELEMENTS!!! 2024-12-05 20:57:48 -05:00
hylia starting stuff 2024-12-07 13:44:53 -05:00
install.sh Create installation script 2024-12-06 13:26:49 -05:00
LICENSE Add basic compiler, parser, and main program + GNU LGPL 2024-12-05 18:29:52 -05:00
main.go Finish variables 2024-12-05 23:53:34 -05:00
README.md update readme.md 2024-12-06 13:30:48 -05:00

hylia

Extended HTML (like SCSS) which compiles back to html

Building and Installation

To build or install Hylia, install golang.

go build Is just to build the binary.

./install.sh will install Hylia to /usr/bin on linux.

On Windows, build the .exe, find a safe place for it, and add it to your PATH.

Documentation

See the wiki for Hylia documentation.

License

Hylia is licensed under the GNU Lesser GPL License, to allow people to create their sites closed source if they wish. To read more, read the "LICENSE" file.