Skip to content

Activity

Remove duplicate test case (#59)

Pull request merge
tabatkinspushed 1 commit to main • c7859c4…3dfe12a • 
on Jul 19, 2024

Various improvements of the code (#53)

Pull request merge
tabatkinspushed 1 commit to main • 4b8b861…c7859c4 • 
on Apr 3, 2024

fix: various bugs (#51)

Pull request merge
tabatkinspushed 1 commit to main • 0c4d554…4b8b861 • 
on Jan 23, 2024

Serialize COMMA token as , not as a semicolon (#49)

Pull request merge
tabatkinspushed 1 commit to main • 6f8f9d5…0c4d554 • 
on Jun 27, 2023

Remove parse branches about the removed *Match and Column tokens. Fixes

tabatkinspushed 1 commit to main • fa83eb1…6f8f9d5 • 
on May 30, 2023

typo

tabatkinspushed 1 commit to main • 28735b0…fa83eb1 • 
on May 23, 2023

Again, this is JS, not Python.

tabatkinspushed 1 commit to main • 48d63c6…28735b0 • 
on May 23, 2023

Properly join, and invoke indent correctly.

tabatkinspushed 1 commit to main • 9dac9e8…48d63c6 • 
on May 23, 2023

actually return things

tabatkinspushed 1 commit to main • cc953e9…9dac9e8 • 
on May 23, 2023

Use the JS join, not the Python one.

tabatkinspushed 1 commit to main • 8572a8f…cc953e9 • 
on May 23, 2023

Add toSource() to the constructs

tabatkinspushed 1 commit to main • 21cbfbe…8572a8f • 
on May 23, 2023

SPELL IT RIGHT

tabatkinspushed 1 commit to main • 2d41233…21cbfbe • 
on May 23, 2023

spell it right

tabatkinspushed 1 commit to main • 45d5978…2d41233 • 
on May 23, 2023

Actually *use* the sign character.

tabatkinspushed 1 commit to main • 1a9adc8…45d5978 • 
on May 23, 2023

Update to the new spec for parsing numbers and number tokens.

tabatkinspushed 2 commits to main • df2089c…1a9adc8 • 
on May 23, 2023

Add missing escapeIdentCode(). Fixes #46

tabatkinspushed 1 commit to main • 998aced…df2089c • 
on May 23, 2023

Update consumeAListOfRules into consumeAStylesheetsContents, to match…

tabatkinspushed 1 commit to main • 2117221…998aced • 
on May 22, 2023

Update the non-ascii definition.

tabatkinspushed 1 commit to main • aa45c3c…2117221 • 
on May 22, 2023

Switch all the old-style classes to the class keyword. Change some so…

tabatkinspushed 1 commit to main • ce8e4a7…aa45c3c • 
on May 18, 2023

Deleted branch

tabatkinsdeleted master • 
on May 18, 2023

Remove grammar canonicalization, now that it's not required to parse.

tabatkinscreated main • ce8e4a7 • 
on May 18, 2023

Remove grammar canonicalization, now that it's not required to parse.

tabatkinspushed 1 commit to master • 1d95801…ce8e4a7 • 
on May 18, 2023

Update all the parsing algorithms to new Syntax spec

tabatkinspushed 1 commit to master • 893b11e…1d95801 • 
on May 12, 2023