Cite This Page
Bibliographic details for Abstract syntax tree
- Page name: Abstract syntax tree
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 6 February 2021 15:17 UTC
- Date retrieved: 28 January 2023 23:37 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Abstract_syntax_tree&oldid=63836
- Page Version ID: 63836
Citation styles for Abstract syntax tree
APA style
Abstract syntax tree. (2021, February 6). HaskellWiki, . Retrieved 23:37, January 28, 2023 from https://wiki.haskell.org/index.php?title=Abstract_syntax_tree&oldid=63836.
MLA style
"Abstract syntax tree." HaskellWiki, . 6 Feb 2021, 15:17 UTC. 28 Jan 2023, 23:37 <https://wiki.haskell.org/index.php?title=Abstract_syntax_tree&oldid=63836>.
MHRA style
HaskellWiki contributors, 'Abstract syntax tree', HaskellWiki, , 6 February 2021, 15:17 UTC, <https://wiki.haskell.org/index.php?title=Abstract_syntax_tree&oldid=63836> [accessed 28 January 2023]
Chicago style
HaskellWiki contributors, "Abstract syntax tree," HaskellWiki, , https://wiki.haskell.org/index.php?title=Abstract_syntax_tree&oldid=63836 (accessed January 28, 2023).
CBE/CSE style
HaskellWiki contributors. Abstract syntax tree [Internet]. HaskellWiki, ; 2021 Feb 6, 15:17 UTC [cited 2023 Jan 28]. Available from: https://wiki.haskell.org/index.php?title=Abstract_syntax_tree&oldid=63836.
Bluebook style
Abstract syntax tree, https://wiki.haskell.org/index.php?title=Abstract_syntax_tree&oldid=63836 (last visited January 28, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Abstract syntax tree --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Abstract_syntax_tree&oldid=63836", note = "[Online; accessed 28-January-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "HaskellWiki", title = "Abstract syntax tree --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Abstract_syntax_tree&oldid=63836}", note = "[Online; accessed 28-January-2023]" }