Tagged Questions
The translation-scheme tag has no wiki summary.
3
votes
3answers
1k views
How can I convert from integers to roman numerals using a syntax-directed translation scheme?
I'm reading the dragon book (just starting for now), and I found this exercise which I can absolutely not solve. I understand the concept, but building a context-free grammar for this looks like way ...
2
votes
1answer
204 views
C# application to read in and translate other applications
I am trying to build a Translation Assistant which can read in other compiled C# application (.exe), and display the forms from the EXE, are displayed individually, along with a table next to it with ...
2
votes
6answers
263 views
Javascript and Translations
I have a PHP application that makes extensive use of Javascript on the client side. I have a simple system on the PHP side for providing translators an easy way to provide new languages. But there ...