Skip to content

Commit 0067650

Browse files
authored
Update README.md
1 parent ffb8fa6 commit 0067650

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# BookPart_3
1+
# BookPart 3
22

3-
This is source code for part III of the book series on building an interpreter using Object Pascal. The major outward change in this version include library support, a range of (currently) small builtin libraries such as math. The biggest internal change is to separate code generation from syntax analysis in the for of an abstract syntax tree. User functions are also now first-class entities which can be passed around like any other variable. Example code:
3+
This is source code for part III of the book series on building an interpreter using Object Pascal (https://www.objectpascalinterpreter.com). The major outward change in this version include library support, a range of (currently) small builtin libraries such as math. The biggest internal change is to separate code generation from syntax analysis in the for of an abstract syntax tree. User functions are also now first-class entities which can be passed around like any other variable. Example code:
44

55

66
// Quick sort algorithm, depends on recursion

0 commit comments

Comments
 (0)