Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

~ Pascal Script Engine? ~

Status
Not open for further replies.

Abyssal

Programmer
Joined
Oct 13, 2005
Messages
2
Location
US
Well, I have always wanted to make my own scripting type of thing.

Is there a pascal compiler that can I add custom procedures to and then it can run a text box of code? Also with a debugger?

It must be able to use my own procedures though! Thanks!
 
Sure it can be done. I don't know if something on the level of what you want is available, though. But you should be able to write a parser to parse out tokens of your choosing and then act on them accordingly.
 
I use Delphi Web Script (DWS), it simply rocks and it is opensource!


-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
Ok, Im checking them out.


Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top