- scala/scala-parser-combinators - scala/scala-seed.g8 - scala/scala-xml - scanamo/scanamo - scaruby/scaruby - schrepfler/artemis - schrepfler/cas-tools - schrepfler/crdt-kit - schrepfler/scala-native-cli - schrepfler/sportsml-scala - schrepfler/uri4s - scodec/scodec - scodec/sc...
parboiled2 A macro-based PEG parser generator for Scala 2.10+ scala-parser-combinators simple combinator-based parsing for Scala. formerly part of the Scala standard library, now a separate community-maintained module cats-parse A parsing library for the cats ecosystem Sbt...
This quick tour is only a small subset of the full Jsonnet language, but will be enough for this tutorial. Parsing JsonnetTo parse Jsonnet, we will be using the Fastparse library introduced in this blog post:Easy Parsing with Parser Combinators Defining the Syntax Tree...
Source File: ParametrizedFlow.scala From akka_streams_tutorial with MIT License 5 votes package sample.stream_shared_state import akka.Done import akka.actor.{ActorSystem, Cancellable} import akka.stream.scaladsl.{Flow, GraphDSL, Keep, Sink, Source, SourceQueueWithComplete, Zip} import akka....
Chapter 31"Combinator Parsing," shows how to build parsers using Scala's library of parser combinators. Chapter 32"GUI Programming," gives a quick tour of a Scala library that simplifies GUI programming with Swing. Chapter 33"TheSCellsSpreadsheet," ties everything together by showing a complete...
还能造各种dsl,如parser combinator,sbt build script,scalafx,play。Scala的伸缩能力让Scala上可以开发...
具体编译过程中还是有不少的BUG。...主要修正的BUG如下: (1)需要添加引用:“scala-parser-combinators_2.12-1.0.6.jar”,这个包在scala安装路径的lib环境下可以找到。...主要用于解决import scala.util.parsing.json._这个引用找不到的问题。 (2)需要scala.concurrent.util. 91870...
https://www.parleys.com/tutorial/scala-collections-performance 这里讲的是Scala集合的运行速度,是一...
scala/scala-parser-combinators scala/scala-rewrites scala/scala-seed.g8 scala/scala-xml scala/scala:2.12.x scaldi/scaldi scaldi/scaldi-jsr330 scaldi/scaldi-play scanamo/scanamo scaruby/scaruby schrepfler/artemis schrepfler/cas-tools schrepfler/crdt-kit schrepfler/scala-native-cli schrep...
ochrons/scalajs-spa-tutorial - Tutorial for creating a simple Single Page Application in ScalaJS TouK/nussknacker - Low-code tool for automating actions on real time data | Stream processing for the users. scala/scala-parser-combinators - simple combinator-based parsing for Scala. formerly par...