Which parser to use to parse the gnu-smalltalk code
Junsong Li <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.gnu.general |
|---|---|
| Message-ID | <CA+kGxtNmr+zH7k6sEH9KbEWEU2Fnh=uq4vyT0fB8AccSVPq5gw@mail.gmail.com> |
Hello there, Can anyone point to me some resources about how to parse/traverse the gnu-smalltalk code? There are many Parsers in the STInST package. I see two syntax forms in the the source directory. Code in the kernel/ can be used in gst, but some in tests/, like Compiler.st, have parsing errors. What's going wrong here? Shouldn't gst support both syntax? Thanks. Junsong Li