Releases: erikborella/compilers_sandbox
Releases · erikborella/compilers_sandbox
Tokens Locations
Changes
- Now tokens have their location in the file (from start to end) instead just the start position
- Is now possible to highlight a token in client when clicking in one of the token cards
- Fixed several bugs in finding the locations of the different kinds of tokens
Changed bzero() to memset()
v1.0.2 Changed all bzero to memset
Trailing spaces bug fix
v1.0.1 Merge branch 'main' of https://github.com/erikborella/compilers_sandbox
Lexer and Compiler Server
v.1.0.0 Added client image to README