HTPL Compiler
  • HTPL Compiler
  • Introduction
  • Github repository
  • What is HTPL and why it exists
  • Getting started
  • Syntax
    • Variable declaration
    • Returning values
    • Operations between values
    • Value assignment
    • If then else branches
    • Comparison and logical operators
    • Function declaration and invocation
    • While loop
    • Inputs and outputs
    • Comments
  • Other
    • HTPLCompiler interface - Browser
    • Error handling
Powered by GitBook
On this page
  • Get started - CLI (WIP)
  • Get started - Browser

Was this helpful?

Getting started

PreviousWhat is HTPL and why it existsNextVariable declaration

Last updated 4 years ago

Was this helpful?

Get started - CLI (WIP)

If you want to use the new Htpl-CLI, please follow

Get started - Browser

If you want to simply inject the compiler in your code, download main.js file and attach it in you index.html file. If you need some examples and introduction, continue reading or .

HTPLCompiler interface can be found on your browser console, and provides you with an help() function to get started.

this guide
try some examples