Skip to content

An extended version of CSS built for readability and maintainability

Notifications You must be signed in to change notification settings

ViperTools/HCSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Looking for documentation?

This is the source code for the HCSS transpiler. It consists of 3 main parts, not including utilities like the testing framework. First is the lexer, which takes in the HCSS source code and tokenizes it. Next is the parser, which takes in tokens from the lexer and produces a list of syntax nodes. Lastly we have the transpiler, which takes in the nodes from the parser and produces regular CSS and possibly JS. If you want more information on how the HCSS source code works, visit the under the hood section in the HCSS wiki.

HCSS is in an unfinished state and I do not know if I will get around to finishing it.

About

An extended version of CSS built for readability and maintainability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published