You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+86-32Lines changed: 86 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
# mini-javascript
2
2
3
-
A mini JavaScript parser using Lex & Yacc. This parser is not production ready version. So it does not support full syntax of JavaScript and might have potential syntax issue.
3
+
A mini JavaScript parser using Lex & Yacc. This parser is not production ready version. So it might have potential syntax issue.
4
4
5
-
## Supported Keywords
5
+
## What is mini-JavaScript?
6
6
7
-
It supports most used keywords in JavaScript.
7
+
It's not full featured, but it is a light version of JavaScript. It supports most used keywords in original JavaScript.
8
+
9
+
### Supported Keywords
10
+
11
+
Here is some major keywords the lexer can recognize.
This project does not provide compiled version of binary. So you should manually compile the parser to work on your system. The following steps describe how to compile the parser.
64
+
65
+
### Prerequisites
66
+
67
+
Before getting started, a few tools must be installed on your system.
0 commit comments