# Create a built-in parser

### 1. Create a new directory in the `[utility | generation]-parsers` directory

### 2. Write the unit tests in the `sdk/tests/builtInParsers` directory

### 3. Register the parser definition in the `./builtInParsers.ts` file

### 4. Register the parser handler function in the `./builtInParserHandlers.ts` file

### 5. If generation parser, add the parser func to the `./generationParserFunctions.ts` file
