nodeHCC

Node.js wrapper for the HOPE command line compiler (HCC)

Usage no npm install needed!

<script type="module">
  import nodeHCC from 'https://cdn.skypack.dev/nodeHCC';
</script>

README

nodeHCC

The HOPE command line compiler (HCC) is meant to compile Object Pascal code (DWScript dialect) to JavaScript.

Installation

npm install -g nodeHCC

Usage

nodeHCC inputfile.pas

Release History

  • 0.1.0 Initial release