PA1: Rosetta # What is submitted: - rosetta.py: program code written in Python - rosetta.ml: program code writte in Ocaml - simple.list: a simple input file - readme.txt: this document # How to run tnguyen@cse:~> uname -a Linux cse 4.12.14-lp151.28.91-default #1 SMP Tue Jan 12 23:05:46 UTC 2021 (e284d31) x86_64 x86_64 x86_64 GNU/Linux tnguyen@cse:~> cd pa1 tnguyen@cse:~/pa1> cat simple.list learn C read the C tutorial do PA1 learn C tnguyen@cse:~/pa1> python rosetta.py < simple.list read the C tutorial learn C do PA1 tnguyen@cse:~/pa1> ocamlc rosetta.ml -o rosetta.exe tnguyen@cse:~/pa1> ./rosetta.exe