Recovered from cvs revision 2007-09-20 08:04:00
This commit is contained in:
parent
841afe975d
commit
b3ec4294b1
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: Awk.hpp,v 1.54 2007/09/18 14:30:41 bacon Exp $
|
* $Id: Awk.hpp,v 1.55 2007/09/19 11:38:12 bacon Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ASE_AWK_AWK_HPP_
|
#ifndef _ASE_AWK_AWK_HPP_
|
||||||
@ -576,6 +576,8 @@ protected:
|
|||||||
* -1, the source code reading is aborted and Awk::closeSource is
|
* -1, the source code reading is aborted and Awk::closeSource is
|
||||||
* called.
|
* called.
|
||||||
*
|
*
|
||||||
|
* \image html awk-extio.png
|
||||||
|
*
|
||||||
* The interpter is able to write back the internal parse tree
|
* The interpter is able to write back the internal parse tree
|
||||||
* if openSource returns 1 when the mode of the Source object
|
* if openSource returns 1 when the mode of the Source object
|
||||||
* is set to Awk::Source::WRITE. Then it calls writeSource until
|
* is set to Awk::Source::WRITE. Then it calls writeSource until
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
= ASE =
|
= ASE =
|
||||||
|
|
||||||
ASE is a programming library implementing various programming languages and text utilities for embedding purposes. The library is developed in the C programming language and provides the JNI binding to JAVA and the COM interface.
|
ASE is a programming library implementing various programming languages and text utilities for embedding purposes. The library is developed in the C programming language and provides the JNI binding to JAVA, the COM and .NET interface.
|
||||||
|
|
||||||
(Warning: This page is only for the test purpose prior to proper release and the contents can be changed anytime without prior notice.)
|
(Warning: This page is only for the test purpose prior to proper release and the contents can be changed anytime without prior notice.)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
= ASE =
|
= ASE =
|
||||||
|
|
||||||
ASE는 임베딩을 목적으로 여러가지 프로그래밍언어를 구현하는 라이브러리이다. C언어로 개발되며 자바 JNI인터페이스와 COM인터페이스를 제공한다.
|
ASE는 임베딩을 목적으로 여러가지 프로그래밍언어를 구현하는 라이브러리이다. C언어로 개발되며 자바 JNI인터페이스와 COM 및 .NET 인터페이스를 제공한다.
|
||||||
|
|
||||||
(경고: 본 페이지는 정식 배포전에 시험용으로 제작된것이므로, 언제든지 내용이 변경될 수 있다.)
|
(경고: 본 페이지는 정식 배포전에 시험용으로 제작된것이므로, 언제든지 내용이 변경될 수 있다.)
|
||||||
|
|
||||||
|
BIN
ase/doc/imgs/awk-extio.dia
Normal file
BIN
ase/doc/imgs/awk-extio.dia
Normal file
Binary file not shown.
BIN
ase/doc/imgs/awk-extio.png
Normal file
BIN
ase/doc/imgs/awk-extio.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in New Issue
Block a user