Edj84 / Lprog-T4

Repositório do T4 da disciplina de Linguagens de Programa 2018/2
0 stars 0 forks source link

07 - Coletar ao menos 5 referências consultadas para o trabalho #5

Closed Edj84 closed 6 years ago

Lutterus commented 6 years ago

https://learnxinyminutes.com/docs/standard-ml/

https://stackoverflow.com/questions/2168029/open-file-in-mlsmlnj

Edj84 commented 6 years ago

Alice Manual - https://www.ps.uni-saarland.de/alice/manual/library/index.html "A Guide to Parsing Algorithms and Terminology", TOMASSETI, Federico. A_Guide_to_Parsing_Algorithms_and_Terminology.pdf Cormen, T., Leiserson, C., Rivest, R., and Stein, C. Introduction to Algorithms, 3 ed. The MIT Press, 2009. Folding and tail recursion - http://www.cs.cornell.edu/courses/cs312/2008sp/recitations/rec05.html Higher order functions - map, fold and filter - http://www.cse.unsw.edu.au/~en1000/haskell/hof.html

Lutterus commented 6 years ago

http://sml-family.org/Basis/string.html#SIG:STRING.substring:VAL

http://rigaux.org/language-study/syntax-across-languages-per-language/SML.html

http://sml-family.org/Basis/list.html#SIG:LIST.length:VAL

https://cs.wellesley.edu/~cs251/slides/sml-lists_4up.pdf

https://www.cs.cornell.edu/courses/cs312/2004fa/lectures/rec21.html