Slashdot Mirror


User: dskhidia

dskhidia's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. code yourself one!!! on Programmer's Language-Aware Spell Checker? · · Score: 1

    Its actually simple , code a lexer and the feed all the variable names to a dictionary.You can also use standard lexers like Flex.