Skip to content
/ Neo Public

专门为webAssembly设计的编程语言

Notifications You must be signed in to change notification settings

vvvyz/Neo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 

Repository files navigation

(defmoudle Neo

    (define add
        (fun ([:x Int] [:b Int] [-> Int])
            (define c (+ a b))
            (Result c)))

    (assume T)
    (define add
        (func ([:a T] [-> Int])))
)

About

专门为webAssembly设计的编程语言

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published