Skip to content

The LOLK Programming language is a new programming language which I have made for fun and to learn something on the way.

Notifications You must be signed in to change notification settings

LauritsLL/LOLK-Programming-Language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOLK

Installation

This project depends on the sly library. Install it with: $ pip3 install sly

Then you need to,

  1. Clone the repository: git clone https://github.com/LauritsLL/LOLK-Programming-Language.git
  2. Run the lang_interpreter.py or the lang_compiler.py file, which depends on if you want to use the in-built interpreter or compile a file.

Use the in-built interpreter.

Run the file lang_interpreter.py and it will automatically enter the prompt, where you can type code.

Use the compiler

To compile your own files, run the lang_compiler.py file, and type in the path to your file. F.ex.:

What file do you want to use (Starting in root directory {DIRECTORY}) test_lang.lolk

This would run the interpreter on the test_lang.lolk file and display the output in real-time.

Authors

  • Laurits L. Lolck - Main developer of project

Use of this code

This code can be used freely commercially or personal.

But I would very much appreciate if you would acknowledge me in your code and link to this project.

About

The LOLK Programming language is a new programming language which I have made for fun and to learn something on the way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages