http://llvm.org/bugs/show_bug.cgi?id=9339

           Summary: Possible typo in LLVM tutorial
           Product: Documentation
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: General docs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


In part 5 of the LLVM Kaleidoscope tutorial
(http://llvm.org/docs/tutorial/LangImpl5.html), you say:

"Extending Kaleidoscope to support if/then/else is quite straightforward. It
basically requires adding lexer support for this "new" concept to the lexer,
parser, AST, and LLVM code emitter."

I think that the word "lexer" after "adding" shouldn't be there.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to