mojo-lang / lang

the lang package of the Mojo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lang Package for Mojo

This package has AST definition for the Mojo language

Install

  1. install protoc
  2. install gogoproto
  3. install mojo

Build

mojo build go // from protobuf to go

*.pb.go *.mojo.go // array interface impl, 自动添加便利的成员函数 *.codec.go // for json/yaml/bson/protobuf decode encode *.go // manually add *_test.go // manually test case

About

the lang package of the Mojo

License:Other


Languages

Language:Go 66.3%Language:C++ 31.8%Language:CMake 1.3%Language:Mojo 0.5%