Skip to content

University Compiler Course - Easily compile and format Javadoc entities to LaTeX

Notifications You must be signed in to change notification settings

lorenzoconti/javadoc-to-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javadoc-to-latex

Easily compile and format util.Javadoc entities to LaTeX.

Usage

Compilation

  1. Move to src
    cd src
  2. Compile the jflex lexer to Java:
    jflex cup_scanner.flex
  3. Compile the cup parser to Java:
    java -jar ../lib/java-cup-11b.jar parser.cup
  4. Compile the generated Java classes with javac:
    javac -cp ../lib/java-cup-11b-runtime.jar *.java
  5. Run main

About

University Compiler Course - Easily compile and format Javadoc entities to LaTeX

Topics

Resources

Stars

Watchers

Forks