| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| readme.txt | 2011-01-14 | 2.2 kB | |
| ilyc-0.3-doc-en.zip | 2011-01-14 | 27.6 kB | |
| ilyc-0.3-doc-vi.zip | 2011-01-14 | 29.4 kB | |
| ilyc-0.3-src.zip | 2011-01-14 | 606.9 kB | |
| ilyc-0.3.zip | 2011-01-14 | 247.7 kB | |
| Totals: 5 Items | 913.9 kB | 0 | |
AnhSoftware ILYC v0.3
Copyright (c) 2010-2011 AnhSoftware
===================================
See "authors.txt" for ILYC author information.
See "license.txt" for ILYC license information.
See "ICSharpCode.TextEditor license.txt" for ICSharpCode.TextEditor
library license information.
* What is ILYC?
-------------
ILYC is a simple interpreted programming language with a familiar
syntax with that of C, Pascal or BASIC. Although ILYC can be used
for many different purposes, the assumed users are beginners and
hobbyists.
ILYC is a free software.
For more information, please visit ILYC's website at
http://ilyc.sourceforge.net/
* Download and installation
-------------------------
ILYC is freely available for non-commercial as well as commercial
uses. See "license.txt" for more details.
ILYC can be downloaded as both binary form and source code from
http://www.sourceforge.net/projects/ilyc/files
or
http://ilyc.sourceforge.net/en/download.htm .
The ILYC binary package is a zip file containing the following data:
ilyc.exe
The ILYC command-line interpreter.
ilycw.exe
The ILYC graphical interface IDE and interpreter.
IlycCore.dll
The ILYC core library.
ascontxt.dll, ICSharpCode.TextEditor.dll
Application extension libraries.
license.txt
The ILYC license.
ICSharpCode.TextEditor license.txt
The ICSharpCode.TextEditor library license.
readme.txt
This file.
[directory] lib
Some extension libraries for ILYC.
[directory] examples
Some example code written in ILYC.
* System requirements
-------------------
To run ILYC:
Microsoft .NET Framework 2.0 or higher.
To build ILYC:
Microsoft Visual Studio 2008 or higher.
* Documents
---------
The ILYC documents are available to download at
http://ilyc.sourceforge.net/en/download.htm .
The documents are provided in a zip file containing a directory
with the name "ilyc-0.3-doc-xx" where xx can be en (English) or
vi (Vietnamese).
To easily access the documents from inside the interpreter (ilycw),
please decompress the zip file and move the above directory into
the same directory as ilycw, then rename it to "doc".