Skip to content

Commit c09f612

Browse files
committed
Refer to ast-walker and interpreter pages
1 parent e212203 commit c09f612

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# oscript-parser
1+
# OScript Parser
22

33
[![NPM version](https://badge.fury.io/js/oscript-parser.png)](http://badge.fury.io/js/oscript-parser)
44
[![Build Status](https://github.com/prantlf/oscript-parser/workflows/Test/badge.svg)](https://github.com/prantlf/oscript-parser/actions)
@@ -7,7 +7,7 @@
77
[![devDependency Status](https://david-dm.org/prantlf/oscript-parser/dev-status.svg)](https://david-dm.org/prantlf/oscript-parser#info=devDependencies)
88
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
99

10-
A parser for the [OScript language] written in JavaScript.
10+
A parser for the [OScript language] written in JavaScript. Returns an [abstract syntax tree] (AST). See also [oscript-ast-walker] for traversing the [AST] and [oscript-interpreter] for its execution.
1111

1212
## Synopsis
1313

@@ -243,4 +243,8 @@ Licensed under the MIT license.
243243
[OScript language]: ./doc/grammar.md#oscript-language-grammar
244244
[language grammar]: ./doc/grammar.md#oscript-language-grammar
245245
[AST node declarations]: ./dist/index.d.ts#L115
246-
[example.os]: https://github.com/prantlf/vscode-oscript/blob/master/pkg/examples/example.os
246+
[abstract syntax tree]: ./dist/index.d.ts#L115
247+
[AST]: ./dist/index.d.ts#L115
248+
[example.os]: https://github.com/prantlf/oscript-parser/blob/master/pkg/examples/example.os
249+
[oscript-ast-walker]: https://github.com/prantlf/oscript-parser/tree/master/pkg/walker#readme
250+
[oscript-interpreter]: https://github.com/prantlf/oscript-parser/tree/master/pkg/interpreter#readme

0 commit comments

Comments
 (0)