-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (45 loc) · 1.91 KB
/
index.html
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MCE</title>
<link rel="shortcut icon"
type="image/x-icon"
href="/images/sourcepower.ico" />
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">MCE</h1>
<!-- changed by MH on 1/7/2019 from default template. See "MH" below -->
<!-- changed by MH on 3/6/2021 from default template. See "MH" below -->
<h3> </h3>
<section>
<article><p>MCE provides two useful functions for working with the
meta-circular evaluator of Source. It also provides a Source lexer (tokeniser).
Click on a name on the right to see how they are defined and used.</p>
<p>The meta-circular evaluator of Source is covered in chapter 4 of
the textbook
<a href="https://sourceacademy.org/sicpjs">Structure and Interpretation
of Computer Programs, JavaScript Adaptation</a> (SICP JS).</p></article>
</section>
</div>
<nav>
<h3>Predeclared names</h3><ul><li><a href="global.html#apply_in_underlying_javascript">apply_in_underlying_javascript</a></li><li><a href="global.html#parse">parse</a></li><li><a href="global.html#tokenize">tokenize</a></li></ul>
</nav>
<br class="clear">
<footer>
generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> from
<a href="https://github.com/source-academy/js-slang">Github repository js-slang</a>
on Wed Apr 02 2025 06:57:59 GMT+0000 (Coordinated Universal Time)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>