N# is working amazingly well for my Arcade program! It's doing exactly my intention: Object-Oriented programming with better syntax and more features than SmileBasic.
6そうだね プレイ済み
Aw, man! Almost had it... :/
5そうだね プレイ済み
I've realized I'm terrible at Stacker...
5そうだね プレイ済み
As my first major project in N#, I'm making an arcade program! The game "Stacker" is almost complete. Made completely in N#.
3そうだね プレイ済み
N# is looking great! I'm very impressed with how it's turned out. Just a few last things to add!
0そうだね プレイ済み
Now that imports are working, I can start making all the .LIB files for N#! I've made MML.LIB already. Be expecting a full release soon.
6そうだね プレイ済み
Started work on N#'s MML class! This code works perfectly.
5そうだね プレイ済み
Made a few changes. Code looks even more fluent. I'm satisfied. Now for garbage collection and foreach loops.
2そうだね プレイ済み
Can't believe I finally have this running! The N Language is definitely more powerful than SmileBasic.
2そうだね プレイ済み
The Nossrec compiler is becoming VERY complex and advanced: enough so that this program compiles and runs as expected.
3そうだね プレイ済み
My code doesn't work because of interpreter glitches... *sigh*...
3そうだね プレイ済み
Now introducing Object-Oriented programming for 3DS. Trash collection is next, and then a few more things before Nossrec Beta v1.2 is released.
2そうだね プレイ済み
lol the only reason the compiled version of this program will run is because of a SB interpreter glitch XD. However, it seems to be a stable glitch, so it shall be utilized.
4そうだね プレイ済み
Improved support for objects as a variable type!
4そうだね プレイ済み
Example of overriding a command. In this example, 'inc' works byval and not byref. Not sure why you'd want to do that, but you can do it.
3そうだね プレイ済み
You can override functions in Nossrec! I overwrote the 'ASC()' to not return a value if it doesn't receive a single character.
6そうだね プレイ済み
Had to change some core Nossrec syntax, but 'if' statements are a thing now!
4そうだね プレイ済み
The Nossrec compiler itself is very complicated and intricate. I do not suggest messing with it.
3そうだね プレイ済み
My SB Precompiler, Nossrec, is coming along nicely. This is an example program that successfully compiles to SB and runs as expected.
3そうだね プレイ済み