Skip to content

shriram/roman-numerals

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

roman-numerals

Write Roman Numeral Literals in Racket. Installs a #%top macro that checks whether an identifier fits the syntax of a Roman numeral and, if so, converts it to one. If the same identifier name is bound in the module, however, the behavior depends on the order of binding.

roman-numerals.rkt: Roman numeral helper functions roman-numerals-test.rkt: Test suite for the above

roman-macros.rkt: core macro

test-client.rkt: examples of use

About

Write Roman Numeral Literals in Racket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages