Skip to content

Releases: erikborella/compilers_sandbox

Tokens Locations

24 Apr 17:30
Compare
Choose a tag to compare

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()

23 Apr 06:00
Compare
Choose a tag to compare
v1.0.2

Changed all bzero to memset

Trailing spaces bug fix

22 Apr 03:29
Compare
Choose a tag to compare
v1.0.1

Merge branch 'main' of https://github.com/erikborella/compilers_sandbox

Lexer and Compiler Server

22 Apr 01:25
2e0dea8
Compare
Choose a tag to compare
v.1.0.0

Added client image to README