Skip to content

Latest commit

 

History

History
executable file
·
53 lines (43 loc) · 1.63 KB

README.md

File metadata and controls

executable file
·
53 lines (43 loc) · 1.63 KB

MineCode

GitHub issues license

日本語English

MineCode is a programming language which allows you to programs easier, faster and emmits PowerPC assembles or something else.

Announcement

MineCode2.0.0 is still at the considering syntax and some program flow The main branch is MineCode1.x.x

Requirements

Sample Code

mcl minecraft
for player in ServerPlayer.List {
    Local.Console << player.name
}
ptr = [[0x1E4A1220] + 0x12] + 0x144
[ptr] = 1

How To Build?

Run these commands in your shell

mkdir builddir
cd builddir
meson .. .
ninja

Feedback

  • Request a new feature
  • File an issue

License

Copyright (c) MineCode Corporation. All rights reserved.

Licensed under the MIT license.

Credit