Pascal code checker!

Grant Edwards grante at visi.com
Wed Dec 12 16:16:43 EST 2007


On 2007-12-12, SMALLp <pofuk at email.t-com.hr> wrote:

> Hy! I desperately need help!
>
> I need to make application that would accept Pascal code and check if it 
> returns good results.

That application is called a Pascal compiler.

> My idea is (from a beginner point of view) to make application in python 
> that would send code (text) to pascal compiler (Free pascal compiler 
> that can be used from command prompt in windows) and it would return 
> result and then application would show that result.

I don't see why you need to write a Python program at all.

> Problem starts Here. I have no idea what to search for and where to even 
> start.

I'd Google for "pascal compiler"

> So what i need is some help (better say ideas) what to search
> and what to do. Please help, I have a lot of time and will to
> learn. I only need to know what.

-- 
Grant Edwards                   grante             Yow! I wonder if I could
                                  at               ever get started in the
                               visi.com            credit world?



More information about the Python-list mailing list