Skip to content

Tcl scanner #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
nathany opened this issue Oct 27, 2012 · 0 comments
Open

Tcl scanner #62

nathany opened this issue Oct 27, 2012 · 0 comments

Comments

@nathany
Copy link
Contributor

nathany commented Oct 27, 2012

I believe that CodeRay should consider making a Tcl as one of it's supported language.
I have attached a basic Tcl scanner. - @et

The scanners that are included in the distribution all fulfill the basic requirements. You can take the Python scanner and tests as an example. Also, the PLEAC examples are always a good source. Together, the test codes should cover all syntactic features and details of the language; that's simple for Python, and near impossible for Perl. I guess TCL is somewhere in between. - @korny

Have this about 50% done, been busy with some other stuff at the moment. The pleac data is showing me a lot about tcl that I didn't know you could even do. I'm also adding support for tk and itcl since they pretty much go hand in hand with tcl. - @et

The code Eric Thomas posted to Redmine is on a branch https://github.com/rubychan/coderay/compare/tcl-scanner

From Redmine: http://odd-eyed-code.org/issues/220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant