Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
OceanApocalypse
/
RedSeaModernLanguage
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
3
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Feature: Implement the UTF-8 lexer
- #74
#74
Merged
mf366-dev
merged 11 commits into
dev
OceanApocalypse/RedSeaModernLanguage:dev
from
feat/lexer-impl
OceanApocalypse/RedSeaModernLanguage:feat/lexer-impl
Copy head branch name to clipboard
Aug 12, 2026
Conversation
Commits
11
聽(11)
Checks
Files changed
Merged
Feature: Implement the UTF-8 lexer
#74
mf366-dev
merged 11 commits into
dev
OceanApocalypse/RedSeaModernLanguage:dev
from
feat/lexer-impl
OceanApocalypse/RedSeaModernLanguage:feat/lexer-impl
Copy head branch name to clipboard
Commits
Commits on Aug 8, 2026
chore: Setup SonarQube for IDE
mf366-dev
committed
9e38b2b
View commit details
Copy full SHA for 9e38b2b
Browse repository at this point
chore: Untrack VSCode tasks
mf366-dev
committed
bb0dee1
View commit details
Copy full SHA for bb0dee1
Browse repository at this point
refactor(buffer): Replace locations and source spans with built-in Index and Range types
mf366-dev
committed
cc18daf
View commit details
Copy full SHA for cc18daf
Browse repository at this point
Commits on Aug 9, 2026
refactor(solution): Organize solution properties better
Show description for 891d6a9
mf366-dev
committed
891d6a9
View commit details
Copy full SHA for 891d6a9
Browse repository at this point
refactor(abstractions)!: Move abstractions to RSML.Abstractions project and split it by diagnostics and panics (soon by sources as well)
mf366-dev
committed
b66f26b
View commit details
Copy full SHA for b66f26b
Browse repository at this point
feat(lexer)!: Finish implementing the lexer (yet to test)
Show description for 53ce2fd
mf366-dev
committed
53ce2fd
View commit details
Copy full SHA for 53ce2fd
Browse repository at this point
Commits on Aug 10, 2026
refactor(buffer)!: Officially remove the custom buffers and scanners
Show description for a2915cd
mf366-dev
committed
a2915cd
View commit details
Copy full SHA for a2915cd
Browse repository at this point
perf(lexer)!: Refactor the lexer for performance (using UTF-8 and ASCII extensions instead of UTF-16 string methods) [1/?]
Show description for c146f26
mf366-dev
committed
c146f26
View commit details
Copy full SHA for c146f26
Browse repository at this point
Commits on Aug 11, 2026
perf(lexer)!: Refactor the lexer for performance (using UTF-8 and ASCII extensions instead of UTF-16 string methods) [2/3]
Show description for 71a456e
mf366-dev
committed
71a456e
View commit details
Copy full SHA for 71a456e
Browse repository at this point
Commits on Aug 12, 2026
feat(lexer)!: Fully implement the UTF-8 lexer [3/3]
Show description for 5f775a8
mf366-dev
committed
5f775a8
View commit details
Copy full SHA for 5f775a8
Browse repository at this point
fix(lexer): Fix incorrect lexer behaviors regarding yield usage and comment scanning
mf366-dev
committed
5af2fe6
View commit details
Copy full SHA for 5af2fe6
Browse repository at this point
You can鈥檛 perform that action at this time.