Tugsscript 0.1.3
=================

Tugsscript is a Mongolian-keyword programming language for .tugs files.
This standalone distribution contains its own Python runtime. You do not need
to install Python separately.
The bundled CPython runtime and its license files are included under
runtime/python.

macOS note:
  The development installer clears the browser download quarantine attribute
  only from its installed Tugsscript runtime so that the CLI can execute.
  A future public release should be Developer ID signed and Apple notarized.

Quick start after installing:

  tugs examples/demo.tugs
  tugs compile examples/demo.tugs

The installer adds the `tugs` command to your user PATH. Open a new terminal
after installing if the command is not immediately visible.

The compiler internally translates a .tugs source file into executable code.
See the project website and documentation for the language syntax.
