@liamgen/ml

1.0.0 • Public • Published

MyLanguage - ml

index.js

const { execute } = require('@liamgen/ml')
execute('index.ml') 

index.ml

display("You can use display to display a text in the console")
display(ms("1d"))
display(type(55)) // Return number
display(add(1, 2)) // return 3
if (type(55) == number){
    display('55 is a number !')
}

const fs = imports('fs') // To import fs

// You can add JavaScript code to this file and it will be executed

MyLanguage - Best language forever! - .ml

Readme

Keywords

none

Package Sidebar

Install

npm i @liamgen/ml

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

4.11 kB

Total Files

6

Last publish

Collaborators

  • liamgen