1 / 27

Installing the Transformation System

Installing the Transformation System. Go to: http :// faculty.ist.unomaha.edu/winter/ShiftLab/TL_web/TL_index.html These slides will walk you through the following: Download the TL_System This file needs to be unzipped and its contents placed in a location whose path contains no spaces.

angeni
Download Presentation

Installing the Transformation System

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Installing the Transformation System • Go to: http://faculty.ist.unomaha.edu/winter/ShiftLab/TL_web/TL_index.html • These slides will walk you through the following: • Download the TL_System • This file needs to be unzipped and its contents placed in a location whose path contains no spaces. • Download the Bascinet B4 IDE • This file needs to be unzipped and unzip and its contents placed at a location of your choice. • Download and install MLton • Configure the B4 IDE • Point B4 to the TL_System folder • Point B4 to the MLton folder • Build the parser and transformation components associated with a domain • Apply a selected transformation to a selected target program.

  2. Downloading Files

  3. Left mouse click

  4. This file is placed in your “Downloads” folder.

  5. Left mouse click

  6. This file is placed in your “Downloads” folder.

  7. Left mouse click

  8. This file is placed in your “Downloads” folder.

  9. Left mouse click

  10. Configuring the BasCinet “B4” IDE

  11. Unzip the TL_System • The contents may be placed in any location whose path contains no spaces. • Unizp the Bascinet B4 IDE • The contents may be placed at a location of your choice. • Download and install MLton • Configure the B4 IDE • Point B4 to the TL_System folder • Point B4 to the MLton folder

  12. Left mouse double-click

  13. Select Options from the dropdown menu

  14. Navigate to where MLton is installed on your system

  15. Navigate to where you have placed the TL_System folder Note there are no spaces in this path.

  16. Building A DomAin

  17. A domain is a folder that may be placed in any location whose path contains no spaces.

  18. Select Open Project from the drop-down menu

  19. Left click on the project to select it. Select lexer and bnf files from these drop-downs Select style file from this drop-down

  20. If the build is successful, you will see this. Left click to build the parser and the transformation engine.

  21. Select the transform.mlton file from the drop-down.

  22. Select transformation file.

  23. If the parse goes well you will see this. Parse/compile the selected transformation file.

  24. Select target fileto transform.

  25. Output shows up in this pane Transform the program.

More Related