language-chromos

A grammar for the Chromos language.

iamtheblackunicorn

10

0

0.1.0

MIT

GitHub

CHROMOS GRAMMAR 🌈 📜

A grammar for the Chromos language for Atom. 🌈 📜

About 📚

This repository contains a grammar for the Chromos language for the Atom editor. This means that when you write Chromos code, this theme will make syntax-higlighting possible inside the Atom editor. You can find out more about the Atom editor here and the Chromos language here.

Features

Installation 📥

Example 💻

// hello.chr

prog start

  // Prints out "HELLO WORLD".
  
  message start => "01"
    000008
    000005
    00000C
    00000C
    00000F
  message end => "01"
  
  message start => "02"
    000017
    00000F
    000012
    00000C
    000004
  message end => "02"
  
prog end

Changelog ✒️

Version 0.1.0: Black Bird

Note 📜