#My Little Pony Friendship Is Magic Programming Language
##How to set it up? On development
#Install the interperter
$ npm install mlpfim-programming-language -g
##How to set up and running?
##Demo code Basic output
dearPC "Today i learn how to code";
Basic input
spike name;
If statement
if true && 1 > 0
console.log(true)
else
console.log(false)
;
and much more...
###Working program
`A Hello World Program?`
dearPC "Hello what is your name?";
spike name;
dearPC "Nice to meet you ${name} :D";
`This is a comment`
##JavaScript(NodeJS) error fall back
If your mlpfim code hit an error,do you allow to try running in the JavaScript engine?by default is set to true
Go to the config file mlpfimconfig.json
and change it true
=> false
##Config file The config file it tell the interperter how to work with your program,and the config file gen by auto,so you don't need to worry about that.
Please fork this project and take it awesome
This project mainly just for fun,and still on "development"