Skip to content

Commit

Permalink
update lexer & parser
Browse files Browse the repository at this point in the history
  • Loading branch information
liulinboyi committed Jan 12, 2021
1 parent 239c655 commit 783506d
Show file tree
Hide file tree
Showing 9 changed files with 768 additions and 228 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"configurations": [
{
"name": "Launch Program",
"program": "${workspaceFolder}/src/backend.js",
"program": "${workspaceFolder}/examples/pineapple/main.js",
"request": "launch",
"skipFiles": [
"<node_internals>/**"
Expand Down
1 change: 0 additions & 1 deletion examples/pineapple/hello-world.pineapple
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

$a = "你好,我是pineapple-ts"
print($a)
6 changes: 4 additions & 2 deletions examples/pineapple/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

159 changes: 89 additions & 70 deletions src/lexer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 783506d

Please sign in to comment.