Skip to content

CreativeGP/xaller-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xaller-examples

The web application examples written in Xaller.

There are two web application examples, calculator and unit converter. Both applications are deployed on here for use. Calculator, Unit Converter

Directory Structure

  • calc
    • Calculator written in Xaller
  • unicon
    • Unit converter written in Xaller
  • lib
    • Libraries used in the two applications and library itself.

Explanation of unknown files and procedure of Xaller compilation

The compilation of Xaller follows a procedure as follws:

  • Pre-compile the source file and output a .pcp.
  • Transpile the .pcp file with Xaller transpiler and output a .js and a .html which loads the .js file inside.

About

The web application examples written in Xaller.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published