Show pageOld revisionsBacklinksFold/unfold allBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 2-lexer-handwritten-20240308 ====== <codeprism lang=ebnf> digit ::= [0-9] digits ::= digit+ number ::= digits (. digits)? ( E [+-]? digits)? letter ::= [A-Za-z] id ::= letter (letter | digit)* if ::= "if" then ::= "then" else ::= "else" relop ::= "<" | ">" | "<=" | ">=" | "=" | "<>" </codeprism> reading_notes/2024-compilers-nju-compiler.txt Last modified: 2024/06/24 14:52by root1