AOSauron / language-looc

Looc package for Atom. Experimental object-oriented language from TELECOM Nancy.

Home Page:https://atom.io/users/AOSauron/language-looc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LOOC language support in Atom

  • LOOC package for Atom. Experimental object-oriented language from TELECOM Nancy.*

Web site

Authors:

  • GARCIA Guillaume - AOSauron @AOH-DevTeam/aoh-team-one

Features:

Brings simple LOOC ("Langage Orienté Objet pour la Compilation") files (.looc) support to the Atom editor.

Includes:

  • Syntax Highlighting

Soon to Include:

  • Auto-complete
  • Auto-code generation

Installation without using Atom

  • Close Atom
  • cd ~/.atom/packages
  • git clone https://github.com/AOSauron/language-looc.git
  • npm install
  • You can now restart Atom.

Update the package

  • Close Atom
  • cd ~/.atom/packages/language-looc
  • git pull origin master
  • npm install
  • You can now restart Atom.

About

Looc package for Atom. Experimental object-oriented language from TELECOM Nancy.

https://atom.io/users/AOSauron/language-looc

License:MIT License


Languages

Language:CoffeeScript 100.0%