Skip to content

haifenghuang/LConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liner based console program for syntax highlight in realtime

Chinese version: 中文

Summary

LConsole is a liner based console program for syntax highlight.

Overview

LConsole is base on my monkey language. I think that maybe useful to others, so i created this repository. At the meantime, it used as a reference for myself.

The highlight code in highlighter.go is not very suited for other programming language, but should not be so difficult to do it.

Demo

Below is the demo program showing what it is:

REPL

Installation

Just download the repository and run ./run.sh

Limitation

There are some limitations you need to konw:

  • The multiLineMode of liner is not supported.
  • The code is not tested thoroughly.
  • I only tested the code in centos and windows.

License

MIT

Releases

No releases published

Packages

No packages published