The Symbolic Instruction Code Interpreter

The Symbolic Instruction Code Interpreter 7.4

  Downloads File Size Release Date
  33 526.81 KB Oct 26, 2006
 


Quick Facts
Download Now!

Author:  Erik Jon Oredson
License type:  Freeware
Categories:  Programming utilities

Description by publisher
Sic is version 7.4a of The Symbolic Instruction Code Interpreter.

These files contain the Sic engine which parses a pseudo-basic programming language using a recursive descent parser and is useful for small interpreting chores. Programs used by Sic have the extension .sic and can be easily edited within the sic interpreter or with a text editor. Sic can also run a .sic program from the command line, or through redirected input. Many example .sic
programs are included. Complete BASIC code is included and can be compiled using either Visual Basic v1.0 Pro, or with backwards compatible include file for PDS 7.1. System requirements are 512K conventional memory and 2 MB. free disk space.

Included are SIC utilities: Analyze; a program syntax checker, Help; helpfile list utility, Indent; indents .sic programs, and Renumber; resequences .sic program line numbers, which are also internal to the SIC interpreter. Also included are SIC external utilities: Count; counts total lines of code, Makedata; error data list file creation utility.

All source code included here is entirely public domain. These files, programs, and source code may be freely distributed without any restriction on their usage. These files and programs may be freely edited, altered, recompiled, and repackaged without any restriction. These files may be copyrighted and patented without any restriction. There is no monetary fee, donation, or time limit to the usage of these files.

You may contact the author: Erik Jon Oredson AS. Csci at the email: eoredson@gmail.com
and his programs can be found at the url: www.Simtel.Net, www.Filegate.net

 
Facts Objective Fact
  Operating Systems MS-DOS/Windows 3.1/95/98/ME/NT/2000
  Supported languages English
  System requirements 512 KB. RAM, 3 MB. Disk space
Latest Reviews
Mar 30, 2004 15:38:24 by Joey
Interesting way to parse basic plus it has public domain source.