Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 991 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 991 Bytes

arthur

Arthur is a great programming language

EXTERNAL DEPENDENCIES

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