This website requires JavaScript.
Explore
Help
Sign In
glm94
/
clox
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
10
Commits
3
Branches
0
Tags
aa7dff31ffd98e5f3a8e5f485459736527ba24c2
Commit Graph
3 Commits
Include renames
Author
SHA1
Message
Date
glm94
7bdbb9f53a
Refactored the scanner and updated the Token struct to store the length of its lexeme to avoid malloc()ing new strings for every token.
2022-02-10 17:17:33 +00:00
glm94
2d84019e58
Created the list structure for the tokens to be stored and some helper functions.
2022-02-09 21:47:54 +00:00
glm94
d6a3935588
Setup a skeleton for the scanner.
2022-02-09 19:53:57 +00:00