Son compilateur génère du C ce qui lui permet d’être portable sur toutes les architectures où gcc existe.
Sur ma machine (amd64 - gentoo) : ~/tmp/lisaac/lisaac $ make
- Lisaac compiler installation For Unix / Linux / Windows -
Please wait...
install_lisaac.c: In function `get_environment_variable__87F':
install_lisaac.c:659: warning: cast to pointer from integer of different size
Run 'install_lisaac' to finish the installation
# Portable ?!?
Posté par lud42fr . En réponse à la dépêche 23 mars: Conférence au LORIA sur Lisaac, un nouveau langage. Évalué à 3.
Sur ma machine (amd64 - gentoo) :
~/tmp/lisaac/lisaac $ make
- Lisaac compiler installation For Unix / Linux / Windows -
Please wait...
install_lisaac.c: In function `get_environment_variable__87F':
install_lisaac.c:659: warning: cast to pointer from integer of different size
Run 'install_lisaac' to finish the installation
~/tmp/lisaac/lisaac $ ./install_lisaac
Segmentation fault
Mouais !!!
De plus je me pose une question: comment debugger le code. Avec gdb je suppose, mais dans ce cas on debugge le code C genere ?