Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevin-roark/arthur
Arthur is a great programming language
https://github.com/kevin-roark/arthur
Last synced: 27 days ago
JSON representation
Arthur is a great programming language
- Host: GitHub
- URL: https://github.com/kevin-roark/arthur
- Owner: kevin-roark
- Created: 2014-02-17T19:46:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-10T21:18:59.000Z (over 10 years ago)
- Last Synced: 2024-12-20T16:03:46.533Z (about 1 month ago)
- Language: Java
- Size: 132 MB
- Stars: 9
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
arthur
======Arthur is a great programming language
### EXTERNAL DEPENDENCIES
* you need ffmpeg installed on your computer with libmp3lame (http://www.ffmpeg.org/download.html)
* you also need SoX installed on your computer. (http://sourceforge.net/projects/sox/files/sox/14.4.1/)
* install lame as well (http://sourceforge.net/projects/lame/files/lame/3.99/lame-3.99.5.tar.gz/download)
* and mad (http://sourceforge.net/projects/mad/files/libmad/0.15.1b/)
* jflex
* byaccj### FILE TYPES
* audio: mp3
* video: H264 mp4 with AAC audio
* image: jpg### Links to stuff we're using
the lexer: http://jflex.de/
the parser: http://byaccj.sourceforge.net/### How to test lex and parser stuff
1. Translate lex via the jflex gui
2. Run the byacc compile thing to translate yacc
3. Compile ur java tester code, which references the Lexer produced from
yacc.
4. Use it!!!### Latex Files:
LRM: https://www.writelatex.com/849859spdhtc
Tutorial: https://www.writelatex.com/874610nwktjt