Skip to content

A text translation application made using Elm for CS 2001, Contemporary Programming Languages

Notifications You must be signed in to change notification settings

jpadgett7/cpl-hw09-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meowth Translator

This app is designed to help Team Rocket agents work on their Meowth-speak.

Documentation for its behavior can be found publicly here: http://cpl.mwisely.xyz To verify that the code works properly, compare its behavior with the reference implementation.

Using the App

Type in the text box to translate a string to Meowth-speak. Note that only letters (upper and lower case) and the space character are allowed. No numbers; no punctuation.

Writing your app

We recommend using Elm's online editor (http://elm-lang.org/try) to develop your program.

You could also install Elm yourself. Just make sure it's version 0.18.

Check and Correct Style

Refer to Elm's style guide to make sure your code looks good.

There is no automated style checker this time. You are still responsible for using proper style.

About

A text translation application made using Elm for CS 2001, Contemporary Programming Languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages