Skip to content
/ rmalt Public

The rust implementation of malt programming language

License

Notifications You must be signed in to change notification settings

maltlang/rmalt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The rust implementation of malt programming language


计划表

  • Init function
  • Common path system
  • module load funstions
  • Pattern matching
  • More prelude functions

BaseType

  • Nil
  • Bool
  • Int
  • UInt
  • Float
  • Symbol
  • String
  • Tuple
  • Dict
  • Object
  • Function
  • Module

注意:前面不加符号表示无符号整数,加符号表示有符号整数,浮点数除外

Demo

malt-demo

repl没有认真写,所以只能读一行(Parser是能做多行的,但我输入直接用的.read_line)

About

The rust implementation of malt programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages