Topic List | Page List: 1 |
---|---|
Topic | Ok, college is a joke. |
Yellow 06/03/19 3:14:17 AM #34: | Sahuagin posted... Yellow posted...What is, the library linking? I wrote a math string solver at one point that used pemdas. My interpreter did subroutines, so recursion worked. I had multiple hashtables (planned) for scopes that were disposed at the respective at the end of methods. It was slow, as it worked with the string the whole time, so I'd probably compile it into objects representing values and object references before running. For classes I'd probably define a class with object representing all methods objects properties and such, but I never did get around to working with that. I guess you'd just have to follow the logic of a compiler. It would basically be Java at that point. :P --- ... Copied to Clipboard! |
Topic List | Page List: 1 |