fert Posted February 26, 2007 Share Posted February 26, 2007 link It's an interpreter for a programming language that I made. And I wanted to make sure it's working right. There is documentation on the site, but here's some code and the results I expect. Hello world program: homeLessGuy.bob.say(Hello world!) Results: Hello world make a new session value homeLessGuy.bob.money=foo; informant.vars.session.sessionValue(bar:homeLessGuy.bob.money); Results: display the value of a session value: homeLessGuy.bob.sayStat(informant.vars.session.bar); Results: foo Link to comment https://forums.phpfreaks.com/topic/40276-programming-language-interpreter/ Share on other sites More sharing options...
Lumio Posted February 27, 2007 Share Posted February 27, 2007 It doesn't work for me. Maybe you don't use XML because Firefox gives me an error when I try to Go Link to comment https://forums.phpfreaks.com/topic/40276-programming-language-interpreter/#findComment-195080 Share on other sites More sharing options...
ShogunWarrior Posted February 27, 2007 Share Posted February 27, 2007 Looks like a bit of a joke. "Chuck Norris" namespace. "Whore" and "Cop" in your examples, incorrectly spelled operators... Edit: Ah, it is a joke, but it still doesn't work for me. Link to comment https://forums.phpfreaks.com/topic/40276-programming-language-interpreter/#findComment-195304 Share on other sites More sharing options...
fert Posted February 27, 2007 Author Share Posted February 27, 2007 Try it now, I changed the content type of the php file to xml. And yes it is a joke, but it can be useful, I created some forum software in it. Link to comment https://forums.phpfreaks.com/topic/40276-programming-language-interpreter/#findComment-195449 Share on other sites More sharing options...
ShogunWarrior Posted February 27, 2007 Share Posted February 27, 2007 I just get Processing..Please wait. And then nothing. Link to comment https://forums.phpfreaks.com/topic/40276-programming-language-interpreter/#findComment-195495 Share on other sites More sharing options...
fert Posted February 27, 2007 Author Share Posted February 27, 2007 That's weird, because it works for me. Link to comment https://forums.phpfreaks.com/topic/40276-programming-language-interpreter/#findComment-195500 Share on other sites More sharing options...
Lumio Posted February 28, 2007 Share Posted February 28, 2007 What browser do you use? Link to comment https://forums.phpfreaks.com/topic/40276-programming-language-interpreter/#findComment-195876 Share on other sites More sharing options...
fert Posted February 28, 2007 Author Share Posted February 28, 2007 Firefox and it works on IE7 Link to comment https://forums.phpfreaks.com/topic/40276-programming-language-interpreter/#findComment-195877 Share on other sites More sharing options...
Lumio Posted February 28, 2007 Share Posted February 28, 2007 Does it work on firefox? Firefox gives me an errormessage. http://developer.mozilla.org/en/docs/AJAX Link to comment https://forums.phpfreaks.com/topic/40276-programming-language-interpreter/#findComment-196273 Share on other sites More sharing options...
fert Posted February 28, 2007 Author Share Posted February 28, 2007 It works fine for me on firefox. Link to comment https://forums.phpfreaks.com/topic/40276-programming-language-interpreter/#findComment-196300 Share on other sites More sharing options...
Recommended Posts