Page 1 of 2

NXC Interpreter: Beta

Posted: 25 Jun 2011, 20:06
by dudmaster
NGINterpreter
Version 1.0 BETA3
2Labz - NXCrossover.jpg
This is the first Markup for NXT! It's pretty much editing a little syntax and then
downloading the NXC source instead of compiling. I have started. The program in hop to finish
soon enough so I can have time to start making other games to sell for 2Labz. The program
has appeared to evolve to look a lot like HTML. Commands in NXC are PlayTone(arg1, arg2);
but in the program they are <PlayTone:arg1:arg2>. The formatting is based on HTML,
[Hyper-Text Markup Language], so it really helps keep arguments in neat order.

Program.nml Is the first successful program!
.nml Source File. NXT Markup Language
NGIN-Beta.zip
Code + NML Test
(1.34 KiB) Downloaded 350 times
Teh Ma5t3r

Re: NXC Interpreter? + POLL!

Posted: 26 Jun 2011, 06:03
by bungeshea
You need to add double quote marks on eather side of the name =

Code: Select all

[quote='Some Random Dude']Name: (place name here)
In-Program Title: (place title here)[/quote]
Not:

Code: Select all

[quote=Some Random Dude]Name: (place name here)
In-Program Title: (place title here)[/quote]

Re: NXC Interpreter? + POLL!

Posted: 15 Jul 2011, 01:49
by dudmaster
Version Update
__________
Complete:
+ Version Sensing
+ File Sensing
Incomplete:
+ NRE [NXT Runtime Environment]
+ Programmer GUI
Buggy/Not Working:
+File Lister
__________

Re: NXC Interpreter? + POLL!

Posted: 15 Jul 2011, 04:06
by muntoo
[Pedantic]
Sounds more like a "script interpreter".


An NXC interpreter would be like:

Code: Select all

task main()
{
    NXC_Interpreter("Hello World.nxc");
}
Hello World.nxc:

Code: Select all

task main()
{
    TextOut(0, 0, "Hello, World!");
    Wait(2000);
}
[/Pedantic]

Re: NXC Interpreter? + POLL!

Posted: 15 Jul 2011, 08:56
by HaWe
Sorry, I don't understand your poll.
For a poll I expected things like
  • - fine, we shall have it right now
    - well, maybe, let's see how fast it is
    - not for me, maybe for others
    - definetly not needed

Re: NXC Interpreter: Almost Done!

Posted: 16 Jul 2011, 08:15
by dudmaster
Sorry. Poll gone. It was to make a up a better name for NGIN.

In the Random Mood?
Click the Button...
(It's sooo tempting!)
Moooo!
Cows Go Moo!
Pigs Go Oink
Dub5tep Rul3z
Oink!
Tastes Like Chicken!
Carrot Creme Phy

Re: NXC Interpreter: Almost Done!

Posted: 16 Jul 2011, 10:29
by timpattinson
Ummmm?

Re: NXC Interpreter: Almost Done!

Posted: 17 Jul 2011, 01:36
by muntoo
timpattinson wrote:Ummmm?
Yes, I know. Just move on whenever somethoink like thank coinksup.

Re: NXC Interpreter: Almost Done!

Posted: 17 Jul 2011, 01:48
by timpattinson
dudmaster wrote:Sorry. Poll gone. It was to make a up a better name for NGIN.

In the Random Mood?
Click the Button...
(It's sooo tempting!)
Moooo!
Cows Go Moo!
Pigs Go Oink
Dub5tep Rul3z
Oink!
Tastes Like Chicken!
Carrot Creme Phy
To be totally honest, I thought Pigs went Moo and Cows went Oink. Thanks for that :lol: :lol: :lol:

Re: NXC Interpreter: Almost Done!

Posted: 17 Jul 2011, 05:14
by bungeshea
What was that about less then 4 lines signatures? ;)