Re: JavaScript/EcmaScript interpreter

2017-04-17 Thread Sławomir Lach
Sorry, but my code have two bugs. I correct it in this mail. Sławomir Lach. W dniu 17.04.2017, pon o godzinie 10∶20 +0200, użytkownik Sławomir Lach napisał: > Hi. > > I am Lach Sławomir from Poland, Bytom. I am beginner developer in > C/C++, Python, TypeScript, EcmaScript, etc. > > I'm wonder h

JavaScript/EcmaScript interpreter

2017-04-17 Thread Sławomir Lach
Hi. I am Lach Sławomir from Poland, Bytom. I am beginner developer in C/C++, Python, TypeScript, EcmaScript, etc. I'm wonder how wonderful stuff can be done if GNU Compilers Collection allow developers to use JavaScript inside other language code as preprocessor. - Developer could use arrays - D

Re: Interpreter

2006-02-03 Thread Eric Christopher
On Feb 3, 2006, at 1:31 AM, Darthrader (sent by Nabble.com) wrote: If I want to write an interpreter for AST, what are _some_ of the things I would be required to do? Basically , how does an interpreter work? This is the wrong list for these types of questions. This is a list for

Interpreter

2006-02-03 Thread Darthrader (sent by Nabble.com)
If I want to write an interpreter for AST, what are _some_ of the things I would be required to do? Basically , how does an interpreter work? -- View this message in context: http://www.nabble.com/Interpreter-t1052476.html#a2736703 Sent from the gcc - Dev forum at Nabble.com.

Re: GCJ Interpreter Aborts (2005-08-24 IST)

2005-08-25 Thread Ranjit Mathew
On 8/25/05, Andrew Pinski <[EMAIL PROTECTED]> wrote: > > > > > In the last 24 hours, something has gone in which makes > > > the GCJ interpreter "gij" abort on even simple "Hello World" > > > classes. For example, the "RuntimeChec

Re: GCJ Interpreter Aborts (2005-08-24 IST)

2005-08-24 Thread Andrew Pinski
> > > In the last 24 hours, something has gone in which makes > > the GCJ interpreter "gij" abort on even simple "Hello World" > > classes. For example, the "RuntimeCheck" program in > > the Jacks testsuite: > > I had (probably) t

Re: GCJ Interpreter Aborts (2005-08-24 IST)

2005-08-24 Thread Scott Gilbertson
> In the last 24 hours, something has gone in which makes > the GCJ interpreter "gij" abort on even simple "Hello World" > classes. For example, the "RuntimeCheck" program in > the Jacks testsuite: I had (probably) the same thing yesterday. Here'

GCJ Interpreter Aborts (2005-08-24 IST)

2005-08-24 Thread Ranjit Mathew
Hi, In the last 24 hours, something has gone in which makes the GCJ interpreter "gij" abort on even simple "Hello World" classes. For example, the "RuntimeCheck" program in the Jacks testsuite: 8< publ