Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ocamllex documentation #8304

Closed
vicuna opened this issue Sep 29, 2003 · 2 comments
Closed

Ocamllex documentation #8304

vicuna opened this issue Sep 29, 2003 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Sep 29, 2003

Original bug ID: 1857
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: John Skaller
Version: 3.07beta
OS: na
Submission from: proxy3.tpgi.com.au (203.26.24.213)

Ocamllex documentation, minor detail only:

12.2 says:

rule entrypoint [arg1... argn] =

(note the optional arguments .. )

But 12.2.5 just says:

entrypoint lexbuf
(Where entrypoint is the name of another entry point in the same lexer
definition.) Recursively call the lexer on the given entry point. Useful for
lexing nested comments, for example.

ignoring the possibility of optional arguments.

@vicuna
Copy link
Author

vicuna commented Oct 1, 2003

Comment author: administrator

Full_Name: John Skaller
Version: 3.07beta
OS: na
Submission from: proxy3.tpgi.com.au (203.26.24.213)

Ocamllex documentation, minor detail only:

12.2 says:

rule entrypoint [arg1... argn] =

(note the optional arguments .. )

But 12.2.5 just says:

entrypoint lexbuf
(Where entrypoint is the name of another entry point in the same lexer
definition.) Recursively call the lexer on the given entry point. Useful for
lexing nested comments, for example.

ignoring the possibility of optional arguments.

I just corrected in the CVS documentation.

Thank you for reporting this minor detail.

--
Luc Maranget

@vicuna
Copy link
Author

vicuna commented Oct 1, 2003

Comment author: administrator

Fixed by Luc

@vicuna vicuna closed this as completed Oct 1, 2003
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant