Skip to content

issues Search Results · repo:SwiftStudies/OysterKit language:Swift

Filter by

47 results
 (77 ms)

47 results

inSwiftStudies/OysterKit (press backspace or delete to remove)

A link in the Simple Basic example opens No page found : img width= 503 alt= Снимок экрана 2024-08-13 в 16 06 44 src= https://github.com/user-attachments/assets/79eecc99-3a8b-40d5-b6ff-ecc8ef4b2b70
  • diniska
  • Opened 
    on Aug 13, 2024
  • #105

First example It generates code that doesn t compile: grammar Example offOrOn = ( 0 | 1 )+ generates: public struct Example: Codable { public let offOrOn : OffOrOn ... } Second example ...
  • diniska
  • Opened 
    on Aug 13, 2024
  • #104

Let s say we want to parse different identifiers composed from two letters. grammar Example identifier = A | B | Aa | Ab | Ba | Bb Then this test try Example.build( Ab ) throws an error: ...
  • diniska
  • Opened 
    on Aug 11, 2024
  • #103

Hey there, i am not sure if this is still maintained but i tried to follow the steps in the Bork tutorial and it seems to be broken. 1. When defining the grammar stlrc breaks because the name of the ...
  • andreweinkoetz
  • Opened 
    on May 28, 2020
  • #102

Based on the examples and the definition of a parse() function it looks like it s only possible to parse strings, not the more generic Data. I think it would be a nice feature if it would be possible to ...
  • daniel-abramov
  • Opened 
    on Jan 10, 2020
  • #101

CommandKit is heavy and fundamentally hard to understand. TerminalKit is simpler (and somewhat less powerful) but is more than enough and will enable easier extension. https://github.com/SwiftStudies/TerminalKit ...
enhancement
  • SwiftStudies
  • 2
  • Opened 
    on Sep 3, 2018
  • #94

Probably best left until 0.7 but this can be further improved.
enhancement
  • SwiftStudies
  • Opened 
    on Sep 2, 2018
  • #93

Can be dramatically simplified
enhancement
  • SwiftStudies
  • Opened 
    on Sep 2, 2018
  • #92

Refactoring has left a few functions undocumented. These need to be finished and added
enhancement
  • SwiftStudies
  • Opened 
    on Sep 2, 2018
  • #91

As above general coverage needs to get up into the 80 s before 1.0
enhancement
  • SwiftStudies
  • 1
  • Opened 
    on Sep 2, 2018
  • #90
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub