grimoire 0.0.6

Grimoire Scripting Language


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Grimoire

Grimoire is an concurrent programming language.

Install

Use dub to include grimoire in your project.

The language itself

Hello World !

main {
    print("Hello World!");
}

The entry point is always the main {}.

Types

Grimoire can be statically or dynamically typed.

Basic types are int, float, bool, string You can auto-infer the type of a variable by using let

Authors:
  • Enalye
Sub packages:
grimoire:test
Dependencies:
none
Versions:
0.8.1 2023-Mar-20
0.8.0 2023-Mar-06
0.7.0 2022-Nov-29
0.6.0 2022-Nov-01
0.5.2 2022-Jan-30
Show all 32 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 229 downloads total

Score:
1.9
Short URL:
grimoire.dub.pm