0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C22 forks (22 forks)auto 404
enhancementgood first issuehtmlyaml
Repository metrics
- Stars
- 28 stars (28 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
DescriptionTag: <pre>Brief: Defines preformatted textLearn more about <pre>Implement this tag in the Salam programming language for generating equivalent HTML.
Contributor guide
- Research direction
- Locate the section of the codebase where HTML tag handling is implemented (likely in a code generator or DSL interpreter). Follow the pattern used for similar tags like <div> or <p>. Add a case for <pre> that outputs the appropriate HTML, ensuring it respects preformatted text behavior.
- Tech stack
- c
- Domain
- compilersweb dev
- Issue type
- Feature
- Prerequisites
- GitC programming basics