I've been googling this and asking around, but noone seems to know, so this is the first forum I've posted this in.. well.. because most other forums I know, I am baned from Lol..
But how do you make a scripting language?
ID:183934
Feb 25 2007, 1:01 pm
|
|
In response to A.T.H.K
|
|
A.T.H.K wrote:
http://www.daniweb.com/techtalkforums/thread11157.html this page doesn't really contain anything, but it does have a link to this article which is pretty good. its about how to make a language using javacc, which is a parser generator. it has a good overview about what you need to do to create a language. while its specific to java and javacc, you don't need to be familiar with either to understand most of the article. http://www.hypernews.org/HyperNews/get/computers/languages/ 59.html don't bother reading this article. it doesn't explain what you need to do to create a language, it explains one specific way of creating a language. many of the points are stupid, wrong, or obvious. |
In response to OneFishDown
|
|
Yes but if this guy is to lazy to even look on google i'm not going to waste my time so i thought i would just give him the two top links that google gives me.
LilMain did say that he searched google but it seems not hard enough if he can't look up the top of the page. |
In response to A.T.H.K
|
|
A.T.H.K wrote:
Yes but if this guy is to lazy to even look on google i'm not going to waste my time so i thought i would just give him the two top links that google gives me. if you have a question and you're looking for an answer, but you only find wrong answers, you could say that you found nothing. its a figure of speech. its assumed that you were looking for correct answers. under that assumption, to say that you found nothing would mean that you found no correct answers. lilmain most likely found something from his google searches, but he didn't find anything helpful. its very likely that he came across those two pages that you linked, but since they weren't helpful he still had found "nothing". |
In response to A.T.H.K
|
|
A.T.H.K wrote:
Yes but if this guy is to lazy to even look on google i'm not going to waste my time so i thought i would just give him the two top links that google gives me. I actually looked at those pages, just like what that otehr guy said, it was a waste too read.. So I actually did look.. |
In response to A.T.H.K
|
|
Lawl, my post was owned.
|
In response to LilMain
|
|
A few years ago I was also interested in the same thing. Fortunately at that time a good website called flipcode was up and running and I found my answers there. The website has been taken down since then, but the links to their articles are still good.
http://www.flipcode.com/articles/scripting_issue01.shtml That's part 1 of their Scripting Engine series. I personally think it's a lot of work to implement your own scripting language. After working with a functional programming language called OCaml and making a small interpreter, I've been cured of that desire haha. Of course..., functional programming languages may one day rule the world, I just hope it's not any time soon. Anyways, enough of my ranting and I hope you have good success! |
In response to Goten84
|
|
Goten84 wrote:
A few years ago I was also interested in the same thing. Fortunately at that time a good website called flipcode was up and running and I found my answers there. The website has been taken down since then, but the links to their articles are still good. Thank you soo much! |
In response to LilMain
|
|
I thought you made your own game engine, why are you having trouble with scripting?
|
In response to Xx Dark Wizard xX
|
|
Xx Dark Wizard xX wrote:
I thought you made your own game engine, why are you having trouble with scripting? never finsihed it, I oly really finished the rendering system.. |
It's not very hard at all. I'm currently in the process of making my own in DM.
|
In response to LilMain
|
|
LilMain wrote:
never finsihed it, I oly really finished the rendering system.. Yeah, but a rendering engine isn't really a simple task. |
In response to Smoko
|
|
Smoko wrote:
LilMain wrote: Nope, not very simple, but it's the first system I wanted too work on.. Just didn't finish the other systems.. I'll do it later.. It's a lot of work. |
At the top of the page on google its not hard to miss
http://www.daniweb.com/techtalkforums/thread11157.html
http://www.hypernews.org/HyperNews/get/computers/languages/ 59.html
I don't know why iam posting this since you just got killed.