Open Pharmhaus-2 opened 5 years ago
Unfinished work in mx2cc\translator_cpp.monkey2
MCVE:
#Import "<std>"
Class Test222
Method New(atype:String[] = New String[]("Test") )
Self.New()
End
End
Function Main()
End Function
@Ghouly-The-Ghost Would you mind checking with the current develop? I would appreciate some feedback.
Original Author: Ghouly-The-Ghost
I have a project that I made, in late 2017 when I was first learning Monkey2, and I wanted to let others have access to it. With the latest Monkey2 version it fails to build and there is no trace at all for me to diagnose myself.
This is all the console tells me:
You can get access to the repo through this invitation link: https://github.com/Ghouly-The-Ghost/FBMonkey2/invitations
There's not much code to look through... but if you know what the error indicates it would be much easier for me to just find what I need to change and then I can post the project quickly for others to learn from! Thanks!