Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fadookie/fabolpp
FABOL++, an interpreter for the Fortan-Assemby-Basic Oriented Language written in C++.
https://github.com/fadookie/fabolpp
Last synced: about 2 months ago
JSON representation
FABOL++, an interpreter for the Fortan-Assemby-Basic Oriented Language written in C++.
- Host: GitHub
- URL: https://github.com/fadookie/fabolpp
- Owner: fadookie
- License: gpl-3.0
- Created: 2010-03-30T14:48:59.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-18T23:09:55.000Z (over 13 years ago)
- Last Synced: 2024-10-14T06:12:44.098Z (3 months ago)
- Language: C++
- Homepage: http://fadookie.github.com/fabolpp/
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE.txt
Awesome Lists containing this project
README
h1. Background
FABOL++ will be an interpreter for FABOL, the Fortran-Assembly-Basic Oriented Language. FABOL was created between 1974 and 1976 by "Bob Lash":http://www.bambi.net/bob/bio.html, an original member of the "Homebrew Computer Club":http://en.wikipedia.org/wiki/Homebrew_Computer_Club. It was designed to be the high-level programming language for his 12-bit microprogrammed minicomputer affectionately known as the "Blue Computer."
As suggested from its name, the language mixes elements from FORTRAN, BASIC, and assembly language to facilitate readable code that is highly optimized to run on the Blue Computer.
FABOL++ was started by Bob's son, Eliot Lash, as a means to run historical FABOL programs on modern computers as well as an exercise in learning crossplatform C++.
h1. License
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .