On Sunday, February 21, 2016 at 11:46:26 AM UTC-6, Edward K. Ream wrote: > > Just as c2py.py marked the beginning of my python experience, > python_to_coffeescript.py > <https://github.com/edreamleo/python-to-coffeescript> marks the beginning > of my web-programming career. At present, this is a one-day prototype. It's > useful as is, and I plan to spend some more time on it. >
This has taken three very long days. It's been well worth the time. I am thrilled with the TokenSync class. It shows how to access tokens from within a parse tree. This is a great workaround with bugs with ast.col_offset field. In fact, I much prefer the TokenSync class even if col_offset were solid. I never dreamed it would be so easy to get the benefits of both tokens and parse trees so easily. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
