Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 308 Bytes

File metadata and controls

7 lines (6 loc) · 308 Bytes

Translators

Course work for "Linguistic CAD". Java SE, IntelliJ IDEA 2017, JavaFX

  1. Construct a lexical analyzer for a given language specified by
  2. Build a syntactic analyzer machine on the basis of the memory of store
  3. Generate Reverse Polish notation (RPN)
  4. Execute Reverse Polish notation (RPN)