views:

90

answers:

2

I was wondering if there exists an application for mobile phones(any platform) that simulates compiler, validates syntax?
It would be nice to have one the phone:) Particularly I am looking something for C# or C++(like gcc).

It does not have to generate any output code, just the front-end part(lexilal, syntax analysis...)

+2  A: 

You can try online compilers that work through web browsers, such as Compilr.com.

Bernard
This site probably won't work on mobile but I will search in that direction (though internet connection is needed).
Andrzej Nosal
A: 

Many mobile phones have SDKs, these will include all the tools that you need to develop on that particular device. Symbian and Android are two that spring to mind.

doron