Smart Lexer
This is a small application/library initiative to use Lexical analysis to transform source codes to one format to another format
Example Use Case (SQL)
I have chosen SQL to transform from SQL server function to PLSL function
CHARINDEX('t', 'Customer') INSTR('Customer', 't')
In case if the function name only needs to be replaced, then it is easy
But, here the parameter 1 becomes 2 and 2 becomes 1