ECMA-55 Minimal BASIC implementation for x86-64 Linux

Somchai Smythe <buraphalinuxserver@gmail.com>
Sat, 10 May 2014 01:00:21 +0700

          From comp.compilers

Related articles
ECMA-55 Minimal BASIC implementation for x86-64 Linux buraphalinuxserver@gmail.com (Somchai Smythe) (2014-05-10)
| List of all articles for this month |

From: Somchai Smythe <buraphalinuxserver@gmail.com>
Newsgroups: comp.compilers
Date: Sat, 10 May 2014 01:00:21 +0700
Organization: Compilers Central
Keywords: Basic, available
Posted-Date: 09 May 2014 19:54:38 EDT

Hello,


I'd like to announce that I have completed an ECMA-55 Minimal BASIC
non-optimizing compiler for x86-64 Linux. It is written in C99 and
emits GNU as assembly (AT&T syntax). You can learn more about the
compiler at this URL:


http://buraphakit.sourceforge.net/BASIC.shtml


The source code can be download the file from the Files section of the
SourceForge site at this URL:


http://sourceforge.net/projects/buraphakit/


The compiler itself, which I wrote, is GPLv2 only. The runtime
support code is all free, but under a variety of licenses (explained
on the web page and in the accompanying documentation) according to
the original upstream sources.


JGH


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.