Next
Previous Contents
S-Lang Library C Programmer's Guide (v2.3.0)
John E. Davis <www.jedsoft.org>
Sep 14, 2014
1.
Preface
1.1
A Brief History of
S-Lang
1.2
Acknowledgements
2.
Introduction
3.
Error Handling
4.
Unicode Support
5.
Interpreter Interface
5.1
Embedding the Interpreter
5.2
Calling the Interpreter
5.3
Intrinsic Functions
5.4
Intrinsic Variables
5.5
Aggregate Data Objects
5.6
Signals
5.7
Exceptions
6.
Keyboard Interface
6.1
Initializing the Keyboard Interface
6.2
Resetting the Keyboard Interface
6.3
Initializing the
SLkp
Routines
6.4
Setting the Interrupt Handler
6.5
Reading Keyboard Input with SLang_getkey
6.6
Reading Keyboard Input with SLkp_getkey
6.7
Buffering Input
6.8
Global Variables
7.
Readline Interface
7.1
Introduction
7.2
Interpreter Interface
8.
Screen Management
8.1
Initialization
8.2
Resetting SLsmg
8.3
Handling Screen Resize Events
8.4
SLsmg Functions
8.5
Variables
8.6
Hints for using SLsmg
9.
Signal Functions
10.
Searching Functions
10.1
Simple Searches
10.2
Regular Expressions
Appendix
11.
S-Lang 2 API NEWS and UPGRADE information
11.1
SLang_Error
11.2
SLsmg/SLtt Functions
11.3
SLsearch Functions
11.4
Regular Expression Functions
11.5
Readline Functions
11.6
Preprocessor Interface
11.7
Functions dealing with the interpreter C API
11.8
Modules
12.
Copyright
12.1
The GNU Public License
12.2
The Unicode Inc. Copyright
Next
Previous Contents