Skip to content

Commit

Permalink
Reimplement compiler using Sirop
Browse files Browse the repository at this point in the history
  • Loading branch information
noteflakes committed Apr 19, 2024
1 parent 570caf6 commit 10abb62
Show file tree
Hide file tree
Showing 9 changed files with 886 additions and 1,127 deletions.
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PATH
kramdown (~> 2.4.0)
kramdown-parser-gfm (~> 1.1.0)
rouge (~> 4.2.0)
sirop (~> 0.3)

GEM
remote: https://rubygems.org/
Expand All @@ -17,9 +18,12 @@ GEM
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
minitest (5.22.2)
minitest (5.22.3)
prism (0.19.0)
rexml (3.2.6)
rouge (4.2.0)
rouge (4.2.1)
sirop (0.3)
prism (~> 0.19.0)
tilt (2.2.0)

PLATFORMS
Expand Down
Loading

0 comments on commit 10abb62

Please sign in to comment.