Skip to content

My own Programming Language. Compiling MWLang syntax to C++

License

Notifications You must be signed in to change notification settings

MultiWu/MWLang-Development-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MWLang ALPHA Development Kit

Syntax:

  1. print text - Displays a text on the screen (On the "text" place, enter the message you want to display).
  2. sum 1 x 1 - Allows you to act on numbers (On the "x" place, enter: x - multiplication, / - division, + - plus, - - minus).
  3. exit - Closes the program.

Compiling: mwlang -c file.mw WARNING!! Compiler works properly only with files created by application.

New .mw file: mwlang -n file.mw

About

My own Programming Language. Compiling MWLang syntax to C++

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages