-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdocs.html
More file actions
56 lines (42 loc) · 2.45 KB
/
docs.html
File metadata and controls
56 lines (42 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
title: Support
---
<!DOCTYPE HTML>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<head>
<title>ChaiScript - Documentation.</title>
{% include common.html %}
</head>
<body>
{% include header.html %}
<div class="well well-sm">
<h2>Please first see the <a href="https://github.com/ChaiScript/ChaiScript/blob/develop/cheatsheet.md">cheatsheet</a>.</h2>
</div>
<div class="well well-sm">
<h4><a href="http://cppbestpractices.com">Coding Standards</a></h4>
</div>
<div class="well well-sm">
<h3>Detailed ChaiScript <a href="https://codedocs.xyz/ChaiScript/ChaiScript/">documentation</a> is currently generated via Doxygen.</h3>
</div>
<div class="body-with-margin">
<div class="panel panel-success">
<div class="panel-heading">
<h4><a href="https://codedocs.xyz/ChaiScript/ChaiScript/index.html#gettingstarted">Getting Started With The API</a>: how to use the API</li></h4>
</div>
<ul class="list-group">
<li class="list-group-item"><a href="https://codedocs.xyz/ChaiScript/ChaiScript/index.html#functionobjects">Function Objects</a>: passing functions between ChaiScript and C++. Call your script from your C++ and your C++ from your script, typesafely.</li>
<li class="list-group-item"><a href="https://codedocs.xyz/ChaiScript/ChaiScript/index.html#exceptions">Exceptions</a>: handling cross-language exceptions typesafely and seamlessly.</li>
<li class="list-group-item"><a href="https://codedocs.xyz/ChaiScript/ChaiScript/index.html#operatoroverloading">overload operators</a>: you can even add new operators seen by ChaiScript to your C++ classes.</li>
</ul>
</div>
<div class="panel panel-success">
<div class="panel-heading">
<h4><a href="https://codedocs.xyz/ChaiScript/ChaiScript/LangGettingStarted.html">Getting Started With Scripting</a>: how to use the ChaiScript scripting language</h4>
</div>
<ul class="list-group">
<li class="list-group-item"><a href="https://codedocs.xyz/ChaiScript/ChaiScript/LangObjectSystemRef.html">Object System Reference</a>: defining objects inside of ChaiScript</li>
<li class="list-group-item"><a href="https://codedocs.xyz/ChaiScript/ChaiScript/LangStandardLibraryRef.html">Standard Library</a>: the set of built in scripting functions</li>
<li class="list-group-item"><a href="https://codedocs.xyz/ChaiScript/ChaiScript/LangKeywordRef.html">Keyword Reference</a>: the general language syntax and usage</li>
</ul>
</div>
</body>