summaryrefslogtreecommitdiff
path: root/dev-lang/bas/metadata.xml
blob: a5d1e6a79aaf26603c0235a80972ed2f17df3826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">

<pkgmetadata>
  <maintainer type="person">
    <email>xgqt@gentoo.org</email>
    <name>Maciej Barć</name>
  </maintainer>
  <longdescription>
    Bas is an interpreter for the classic dialect of the programming
    language BASIC. It is pretty compatible to typical BASIC interpreters of
    the 1980s, unlike some other UNIX BASIC interpreters, that implement a
    different syntax, breaking compatibility to existing programs. Bas
    offers many ANSI BASIC statements for structured programming, such as
    procedures, local variables and various loop types. Further there are
    matrix operations, automatic LIST indentation and many statements and
    functions found in specific classic dialects. Line numbers are not
    required. Bas is written in ANSI C for UNIX systems.
  </longdescription>
</pkgmetadata>