Relative Content

Tag Archive for compilation

Usage of the argv[0]

Lately I’ve discovered that the latex and pdftex (with some other one) binaries in Ubuntu are the same:

How would I make a French version of JavaScript?

I have a Linux system. I want to create a version of JavaScript with French keywords and stuff. I don’t want to modify JavaScript itself, but only have synonyms for keywords in French that when compiled to JS, replace into the English version. I don’t want to use a parser/lexer because that’s too complicated for what I’m doing.