Skip to content
yassir RAMDANI edited this page Sep 14, 2020 · 3 revisions

“SwiLex”/

A universal lexer library in Swift.

Introduction

In computer science a Lexer or a tokenizer is a program that converts a sequence of charachters (raw string) into a sequence of tokens.

SwiLex is a universal lexer which means that you can use it to build any lexer only by defining your tokens in a swift enum (in few lines of code).

And soon with SwiParse it will allow to build a full Parser.

Clone this wiki locally