Commit graph

22 commits

Author SHA1 Message Date
c13ca4ff34 rebuild parser, using js-token. 2023-09-30 21:47:22 +08:00
4fd4c8a4b6 fix parsing bug 2023-09-30 12:20:38 +08:00
d3447bfe84 add callee multi arguments 2023-09-29 11:09:20 +08:00
3441b825eb fix issue #1 2023-09-28 23:43:32 +08:00
9784854866 remove something and test something about parsing 2023-09-26 00:33:14 +08:00
7227602546 remove unnessary console.log 2023-09-26 00:16:18 +08:00
77dc1ded9c fix issue #1, see https://kianting.info/pipermail/clo_kianting.info/2023-September/000004.html 2023-09-26 00:14:28 +08:00
1a7598fd6e add rule and find some issue 2023-09-22 01:45:47 +08:00
5f0943539e add some lexical rules 2023-09-22 00:08:53 +08:00
f801ef14fc rebuild parser 2023-09-19 00:35:01 +08:00
ec563ca30f add some tokenizer function 2023-09-15 00:34:20 +08:00
6f2e788329 20230910 : add basic parser CONST rule, and add the grammar rule. 2023-09-10 23:45:01 +08:00
cda463d890 temp snapshot 2023-09-10 20:25:08 +08:00
cf712efc21 add funtions of tokenizer 2023-09-08 01:19:37 +08:00
5fbb467bdf add tokenize's function, add interface Token 2023-09-07 00:01:15 +08:00
e2668789e2 thx kuanyui for the advice 2023-09-06 00:43:00 +08:00
Tan, Kian-ting
646576d56f
Update index.ts 2023-09-06 00:10:26 +08:00
c236ca23a5 add comments 2023-09-05 23:58:03 +08:00
a722e73957 add a basic tokenzier function & an int tokenizer 2023-09-05 23:57:57 +08:00
13c9e7026b add matchRange 2023-09-04 22:02:05 +08:00
833796a41a change .gitignore 2023-09-04 21:33:39 +08:00
6aa3c9a604 initial commit 2023-09-04 21:29:23 +08:00