I'm looking to implement a boolean type in my language, where exactly should I do this? Should I make True and False both be tokens, and just set t.value = True/False. Or should the parser handle them?
Also, how would I go about implementing a language that uses indent/ dedent for blocks(ala python)? Alex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ply-hack" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ply-hack?hl=en -~----------~----~----~----~------~----~------~--~---
