Skip to content

Latest commit

 

History

History

README.md

PipeScript.Interpreters

PipeScript works with a number of Languages.

A Language is defined a function named Language.NameOfLanguage.

Languages may define an .Interpreter command or script.

If they do, that language can be interpretered within PipeScript.

Languages with Interpreters

The following languages support interpreters.

  • ATOM
  • Bash
  • Batch
  • Dart
  • Go
  • JavaScript
  • JSON
  • Lua
  • Perl
  • PHP
  • PowerShellData
  • Python
  • R
  • RSS
  • Ruby
  • SVG
  • Wren
  • XML
  • XSD
  • XSL

Note: Interpreters may require commands to be installed.

Script Methods