Cite This Page
Bibliographic details for Parse EBNF
- Page name: Parse EBNF
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 28 January 2024 13:53 UTC
- Date retrieved: 10 October 2024 20:57 UTC
- Permanent URL: https://rosettacode.org/wiki/Parse_EBNF?oldid=350167
- Page Version ID: 350167
Citation styles for Parse EBNF
APA style
Parse EBNF. (2024, January 28). Rosetta Code. Retrieved 20:57, October 10, 2024 from https://rosettacode.org/wiki/Parse_EBNF?oldid=350167.
MLA style
"Parse EBNF." Rosetta Code. 28 Jan 2024, 13:53 UTC. 10 Oct 2024, 20:57 <https://rosettacode.org/wiki/Parse_EBNF?oldid=350167>.
MHRA style
Rosetta Code contributors, 'Parse EBNF', Rosetta Code, 28 January 2024, 13:53 UTC, <https://rosettacode.org/wiki/Parse_EBNF?oldid=350167> [accessed 10 October 2024]
Chicago style
Rosetta Code contributors, "Parse EBNF," Rosetta Code, https://rosettacode.org/wiki/Parse_EBNF?oldid=350167 (accessed October 10, 2024).
CBE/CSE style
Rosetta Code contributors. Parse EBNF [Internet]. Rosetta Code; 2024 Jan 28, 13:53 UTC [cited 2024 Oct 10]. Available from: https://rosettacode.org/wiki/Parse_EBNF?oldid=350167.
Bluebook style
Parse EBNF, https://rosettacode.org/wiki/Parse_EBNF?oldid=350167 (last visited October 10, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Parse EBNF --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Parse_EBNF?oldid=350167", note = "[Online; accessed 10-October-2024]" }
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 = "Rosetta Code", title = "Parse EBNF --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Parse_EBNF?oldid=350167}", note = "[Online; accessed 10-October-2024]" }