Re: Why 'for', not 'from' ?

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Mon, 2 Jun 2003 21:39:32 +0400, Igor Kachan <kinz at peterlink.ru>
wrote:

>My question is the base for the loadable key words in EU.
If you want to do this, it really ought to be done at the editor
level, rather than as a fundamental change to the actual keywords
stored in the source file. That way you can load code written by
someone else with english keywords and the editor will display the
russian (or whatever) equivalents, and you can write code using the
russian keywords but I'd see the english versions.

In MEditor, the keywords are stored as single byte values, eg "while"
is held internally during the edit as 10, but obviously converted back
before display/print/save. If you are interested in this approach
have a look at keywords.e and the use in analyse.e.

Pete

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu