Skip to content

v1.0 Augustus

Compare
Choose a tag to compare
@wandersonwhcr wandersonwhcr released this 10 Apr 00:53

Initial release.

Description

This version creates a Grammar of Tokens. Also, it creates a Lexer to tokenize input into an array of Grammar Tokens and creates a Parser to parse an array of Grammar Tokens and output an int representing the Roman Number.

After, it creates a Filter to handle conversions from Roman Number to Integer and Integer to Roman Number.

Issues

#1 Composer
#2 License
#3 Initialize README
#4 Install PHPUnit
#5 Vagrant Environment
#6 Roman Numerals Parser
#7 Lexer
#8 Parser
#9 Convert Roman to Int
#10 Convert Int to Roman
#11 Enable Zero
#12 Update README
#13 Prepare for Composer
#16 Branch Alias
#17 Composer Require