Skip to content

Export the ICU line break state machine#1321

Draft
eggrobin wants to merge 39 commits into
unicode-org:mainfrom
eggrobin:RoBertBastIan
Draft

Export the ICU line break state machine#1321
eggrobin wants to merge 39 commits into
unicode-org:mainfrom
eggrobin:RoBertBastIan

Conversation

@eggrobin

Copy link
Copy Markdown
Member

DRAFT, opening this mostly so I can remember where that branch is.

  • Approver: Feel free to merge on my behalf
    • rebase & merge one or more commits
    • squash & merge multiple commits into one

Comment thread lb_fragen.py
for state in states:
states_by_type[accepting[state], lookahead.get(state)].add(state)
Π = list(states_by_type.values())
def Π_index(state : str|None):
robertbastian added a commit to unicode-org/icu4x that referenced this pull request May 6, 2026
This uses the data from
unicode-org/unicodetools#1321.

## Changelog

N/A
Comment thread table_diff.py
for state in states:
states_by_type[accepting[state], lookahead.get(state)].add(state)
Π = list(states_by_type.values())
def Π_index(state : str|None):
robertbastian added a commit to unicode-org/icu4x that referenced this pull request Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants