csharpfritz / csharpfritz/Taml

Tables - Proposed syntax

Open
#31 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
16
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Would it be worth adding table support here? I'm thinking that a | could be a good delimiter here:

```
tests
addition
| a b result
| 1 1 2
| 3 4 7
```

So every line would start with a | and a tab, header row would be down to the individual parser.

Contributor guide

No contributing guide indexed for this repository

Research direction

The proposal does not name files or tests; start by locating the individual parser mentioned in the issue and reviewing how existing syntax is parsed. Before implementation, settle the table syntax and parser responsibilities, then add support for the agreed form and tests showing that the sample table is parsed correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.