diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-12 12:46:18 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-12 12:46:38 +0530 |
| commit | 4fed957b5615e408e5e105d26f39ab52f3c0d58d (patch) | |
| tree | 1fd4432db568bd8e706445c99cefccf3eb42d105 /include/lexer.h | |
| parent | 9f4b572aed448f3894215ada5e0de0e6ee39a0e4 (diff) | |
lexer: scan_tokens()->scan()
Diffstat (limited to 'include/lexer.h')
| -rw-r--r-- | include/lexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lexer.h b/include/lexer.h index ecfbd21..4b5f180 100644 --- a/include/lexer.h +++ b/include/lexer.h @@ -12,7 +12,7 @@ private: public: void init(char *script); - List *scan_tokens(void); + List *scan(void); void clean(void); }; |
