Compiler for actsl, extremely small
Programmation - Répondre
| ANONYME__ anonyme |
24/10/2007 - 17:14:03
- Citer ce message Actsl is an extremely simple programming language, or in fact, there may not be ones with less rules, because the compiler is as small as compiler can ever be -- less than 300 lines of a normal C code. But at that, the language has expressions, functions, if statements and while loops, and because it has pointers, in principle everything which can be done with C, can be done with this language. So if you want to learn programming more easily, write your own compiler, or just play with it, you can download the compiler from comp.compilers at this link: http://groups.google.com/group/comp.compilers/browse_thread/thread/df960282039f6762/105068d0fa7df5c6#105068d0fa7df5c6 |

