# CodeParser

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/Parser/CodeParser.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Parser/CodeParser.tsx#L22)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `initialCode` | `string` | - | "" |
| `initialLanguage` | `string` | - | "typescript" |
| `onParseComplete` | `Function` | - | - |
| `className` | `string` | - | "" |

## Diagram

```mermaid
graph TD
    component_CodeParser_2086ed1c["CodeParser"]
    class component_CodeParser_2086ed1c rootComponent
```

## Relationships

- RENDERS → `ViewButton`
- RENDERS → `FileUpload`
- RENDERS → `BatchFileProcessor`
- RENDERS → `ParsingResults`
- USES_HOOK → `useState`
- USES_HOOK → `useParser`
- USES_HOOK → `useEffect`
- USES_HOOK → `useCallback`
