efegurkan / lexical-analyzer

Programming Languages Homework Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strawman Lexical Analyzer

This is a homework about Programming Languages. This program takes Strawman source file (.stw) which is a specific string manipulation language. Program takes Strawman source code and creates tokens for this code if it fits given syntax. Tokens are saved in a text file (in .tkn). Format of the tkn file is ##"string constant if exists",##,##

== token code

About

Programming Languages Homework Project

License:GNU General Public License v3.0


Languages

Language:C 100.0%