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