Skip to content

Tiny original programming language written in Nim

Notifications You must be signed in to change notification settings

yuya-isaka/Nimol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nimol: A Tiny Original Programming Language Written in Nim

Prerequisites

Ensure you have Nim installed on your system.

How to Run

Navigate to the project folder and execute the following command in your terminal: ./test.sh

Features

  • Utilizes S-expression syntax.
  • Function names must be a single letter and uppercase.
  • Functions are defined using square brackets [] and called using parentheses ().
  • Function arguments correspond to lowercase letters a-z.
  • The built-in function P is used to print values.
  • Capable of recursively calculating and displaying the Fibonacci sequence.

Reference

https://www.youtube.com/watch?v=JAtN0TGrNE4

About

Tiny original programming language written in Nim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published