Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Not sure if you'll like this one but it's fonky! #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bdelacretaz
Copy link

I'm sitting in the (excellent) devoxx.fr rust workshop and the challenge is to make a pull request to this project so here you go.

This is not really useful but an example of how to add a platform: my "Fonky" language works as follows:

  • If there's a fonky.txt file in the current folder it activates the fonky platform (which has priority over rust)
  • The "build" command copies fonky.txt to fonky.out
  • The "run" command cats fonky.out

For this to work you need the "cp" and "cat" commands on your box.

That's it - I'm not proud of the functionality but it does work...feel free to ignore this PR then!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant