Skip to content

toful/SyntacticalAnalyzer

Repository files navigation

SyntacticalAnalyzer

Finite Automata Syntactical Analyzer: BISON

Pre-requisites

You should have flex and bison installed.

Finite Automatas have to had the following format:

	% Autómata Finito
	Alfabeto { símbolo , símbolo , ... }
	Estados { num }
	Transiciones { (num , símbolo ; num), ... }
	Inicial { num }
	Finales { num, ... }

Functioning

Compile the program:

./make

Test it with files:

./a.out < example.txt

Authors

About

Finite Automata Syntactical Analyzer: BISON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages