AGI Logic Compiler: Difference between revisions
No edit summary Tag: Manual revert |
|||
| Line 109: | Line 109: | ||
* [[AGI Specifications: Chapter 4 - The Logic Language|AGI Logic Language Specifications]] | * [[AGI Specifications: Chapter 4 - The Logic Language|AGI Logic Language Specifications]] | ||
* [[:Category:Logic Resources|Logic Resource Articles]] | * [[:Category:Logic Resources|Logic Resource Articles]] | ||
* [[:Category:Scripting | * [[:Category:AGI Scripting|AGI Scripting Articles]] | ||
* [[:Category:AGI Compilers|AGI Compilers]] | * [[:Category:AGI Compilers|AGI Compilers]] | ||
* [http://krypton.mankato.msus.edu/~jimf/agic/agic.htm krypton.mankato.msus.edu/~jimf/agic/agic.htm] | * [http://krypton.mankato.msus.edu/~jimf/agic/agic.htm krypton.mankato.msus.edu/~jimf/agic/agic.htm] | ||
| Line 123: | Line 123: | ||
[[Category:Technical Info]] | [[Category:Technical Info]] | ||
[[Category:AGI Technical Info]] | [[Category:AGI Technical Info]] | ||
[[Category:Scripting | [[Category:Scripting]] | ||
[[Category:AGI Scripting | [[Category:AGI Scripting]] | ||
[[Category:Resource Volumes]] | [[Category:Resource Volumes]] | ||
[[Category:AGI Resource Volumes]] | [[Category:AGI Resource Volumes]] | ||
Latest revision as of 13:12, 2 January 2026
Version 1.42
Developer Floating Hills Software
1997-12-28
| This article is a tool stub page. You can help the Sierra Wiki by expanding it. |
| Latest Version: | 1.42 | ||
|---|---|---|---|
| Release Date: | 1997-12-28[1] | ||
| Company: | Floating Hills Software | ||
| Development Status: | Abandoned | ||
| Publication Status: | Published | ||
| Developer(s): | Unknown | ||
| Interface: | CLI | ||
| Language: | C | ||
| Open Source: | Open | ||
| Source Availability: | Yes (included in download) | ||
| License: | GPL2 | ||
| Type: | Compiler, Software Suite | ||
| Relevant Engine: | AGI | ||
| Platform: | DOS | ||
| Localization: | English | ||
| Website: | krypton.mankato.msus.edu/~jimf/agic/agic.htm | ||
A.K.A.
Description
AGI Logic Compiler can compile a modified or new logic file, including the AGI Template Game.
Features
Requirements
Version History
Development Status
Further development of AGI Logic Compiler has been abandoned.
Usage
To compile a file, use the command line
AGIC filename [-o object_filename] [-t token_filename] [-e output_filename]
By default, AGIC will use OBJECT and WORDS.TOK for the object and token filenames, respectively. The output will normally go to LOGIC.OUT. To make life easier, this distribution includes various batch files for compiling with the preprocessor.
Options
Download
Download from here:
AGILogicCompiler(wSRC).zip (ZIP file) [237 KB]
Known Issues
Credits
Legal
AGIC and the associated utilities are free software. The source code for AGIC can be used in your own programs provided certain restriction are met. For information, read the COPYING file included with this distribution. Help support our planet by writing more software under the GNU Public License. AGI Logic Compiler was distributed with the GPL2
References
- ↑ From the file's creation date
Also See
- AGI Software Suites
- AGI Volume Files
- AGI Directory File
- Logic Resource (AGI)
- AGI Logic Language Specifications
- Logic Resource Articles
- AGI Scripting Articles
- AGI Compilers
- krypton.mankato.msus.edu/~jimf/agic/agic.htm