MarsCapone / splat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

splat

By Samson Danziger & Oliver Steptoe

A functional language operating on streams (ish). In fact this language operates on lists, but we'll ignore that detail.

A full language reference can be found in splat-user-manual.pdf.

Using Splat

  1. Clone the repo
  2. Run make
  3. ./splat [filename] or ./splat [filename] < [input file]
    For example: ./splat problems/pr1.spl < problems/task1nums

Syntax themes

There are currently a few syntax themes for Splat.

Editor Link
Atom https://atom.io/packages/language-splat
Vim http://www.vim.org/scripts/script.php?script_id=5380

About

License:MIT License


Languages

Language:OCaml 94.4%Language:Makefile 5.6%