[smc-discuss] malayalam c compiler

Jaseem Abid jaseemabid at gmail.com
Thu Mar 14 07:17:25 PDT 2013


On Thu, Mar 14, 2013 at 3:36 PM, <shamumol123 at gmail.com> wrote:

> I want to convert c keywords in to malayalam and create a new compiler.If
> any body can help me please do help..
>

I am having a thought here.

Instead of writing a C compiler of your own, you can probably write a
simple parser which would replace your malyalam keywords with the
equivalent english ones, and then fallback to a standard compiler like gcc
to compile the generated english C source.

This is probably something you can finish in 30 mins, in any language with
a string.replace method and unicode support.

Am I missing something? Any thoughts?

Regards,

Jaseem Abid
github.com/jaseemabid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.smc.org.in/pipermail/discuss-smc.org.in/attachments/20130314/14fefe90/attachment-0001.htm>


More information about the discuss mailing list