Skip to content

Magi3654/macha-code-compiler

Repository files navigation

Macha code 맞아

안녕하세요 to Macha !!

Macha code is a new programming language with a general purpose of high-level design and inspired by the Korean language to be simple for learning for new programmers, the development is thought to be used to create desktop apps.

This language has an understanding of the basic rules of programming, such as declarations, assignation of variables, and printing the value of each one. The particularity of this language is writing on the Romanization of Korean words so if you love the Korean culture and the language Macha you will love it.

Getting Started 시작!

To start coding on Macha you need to know these basics:

  • All instructions on Macha are written on separated lines.
  • The variables need to have the data type defined.
  • To code on Macha you need to start with the command chichak
  • You need to use { } to include your code
  • There's no need of ; in Macha just write your code with no worries.
Example of starting a code block
chichak{
//All your code
}

###Variable declartions There's at the moment just one type of data on Macha -geum: Used for Integer values 3``2``2145

Example of declaration with Integer values block
chichak{
geum a = 3654
}

This is a Next.js project bootstrapped with create-next-app.

Configure your compiler of Macha Code

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

macha-code-compiler

About

App of the web compiler using ANTLR4 tech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published