GitXplorerGitXplorer
f

lexer

public
3 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
254c4969de6997c3bf938f08cfbf4d605223e85d

Updated years in a license

ffarkon00 committed 2 years ago
Verified
4dcdeaae38ae507c11f455c0a8032b9ee543a84b

Removed TODO

ffarkon00 committed 2 years ago
Unverified
868e4dfb985ed5b6fa2ac0582bf976a679503009

Merge branch 'main' of https://github.com/farkon00/lexer

ffarkon00 committed 3 years ago
Unverified
bc392db9d380cc6ad289890e894caa6bf2d50f6a

Added string litterals

ffarkon00 committed 3 years ago
Verified
9c49bc11d67f204066147d90e51e38bdfec7fdbf

Merge pull request #1 from morrigan-plus-plus/main

ffarkon00 committed 3 years ago
Unverified
d10a2f80fe61e5fbb4d47323b43f93361f478d8b

Added a TODO for string literals

committed 3 years ago

README

The README file for this repository.

Lexer

This is my first lexer; I made it for learning purposes.

Even though I have developed programming languages and parsers, I have never made anything like a lexer.

I just combined a parser and a lexer, and that was enough for me.