All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download sterling JAR 1.0-alpha-4 with all dependencies


A functional scripting language implemented in Java, inspired by Haskell, JavaScript, and Python.

Files of the artifact sterling version 1.0-alpha-4 from the group org.sterlingcode.

Artifact sterling
Group org.sterlingcode
Version 1.0-alpha-4
Last update 09. June 2013
Tags: python scripting javascript haskell functional implemented java language inspired
Organization not specified
URL http://sterlingco.de/
License The MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of sterling Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of sterling version 1.0-alpha-4

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.services
META-INF.services.META-INF.services.org.sterling.cli.CommandLineRunner
org.sterling
org.sterling.org.sterling.SterlingException
org.sterling.cli
org.sterling.cli.org.sterling.cli.CommandLineRunner
org.sterling.cli.org.sterling.cli.MainRunner
org.sterling.cli.org.sterling.cli.RunnerException
org.sterling.runtime
org.sterling.runtime.org.sterling.runtime.Compiler
org.sterling.runtime.org.sterling.runtime.GlobalModule
org.sterling.runtime.org.sterling.runtime.SterlingRunner
org.sterling.runtime.exception
org.sterling.runtime.exception.org.sterling.runtime.exception.AppliedExpressionException
org.sterling.runtime.exception.org.sterling.runtime.exception.ConversionException
org.sterling.runtime.exception.org.sterling.runtime.exception.LoadModuleException
org.sterling.runtime.exception.org.sterling.runtime.exception.RedefinedReferenceException
org.sterling.runtime.exception.org.sterling.runtime.exception.UndefinedMemberException
org.sterling.runtime.exception.org.sterling.runtime.exception.UndefinedReferenceException
org.sterling.runtime.expression
org.sterling.runtime.expression.org.sterling.runtime.expression.AccessedExpression
org.sterling.runtime.expression.org.sterling.runtime.expression.AppliedExpression
org.sterling.runtime.expression.org.sterling.runtime.expression.Argument
org.sterling.runtime.expression.org.sterling.runtime.expression.ArgumentBinder
org.sterling.runtime.expression.org.sterling.runtime.expression.BooleanConstant
org.sterling.runtime.expression.org.sterling.runtime.expression.BoundExpression
org.sterling.runtime.expression.org.sterling.runtime.expression.CharacterConstant
org.sterling.runtime.expression.org.sterling.runtime.expression.Conditional
org.sterling.runtime.expression.org.sterling.runtime.expression.DeclaredExpression
org.sterling.runtime.expression.org.sterling.runtime.expression.DoubleConstant
org.sterling.runtime.expression.org.sterling.runtime.expression.Expression
org.sterling.runtime.expression.org.sterling.runtime.expression.ExpressionConversions
org.sterling.runtime.expression.org.sterling.runtime.expression.ExpressionFactory
org.sterling.runtime.expression.org.sterling.runtime.expression.ExpressionPrinter
org.sterling.runtime.expression.org.sterling.runtime.expression.ExpressionVisitor
org.sterling.runtime.expression.org.sterling.runtime.expression.IntegerConstant
org.sterling.runtime.expression.org.sterling.runtime.expression.JavaExpression
org.sterling.runtime.expression.org.sterling.runtime.expression.Lambda
org.sterling.runtime.expression.org.sterling.runtime.expression.MemberExpression
org.sterling.runtime.expression.org.sterling.runtime.expression.ModuleExpression
org.sterling.runtime.expression.org.sterling.runtime.expression.NullConstant
org.sterling.runtime.expression.org.sterling.runtime.expression.ObjectExpression
org.sterling.runtime.expression.org.sterling.runtime.expression.Reference
org.sterling.runtime.expression.org.sterling.runtime.expression.Say
org.sterling.runtime.expression.org.sterling.runtime.expression.StringConstant
org.sterling.runtime.expression.org.sterling.runtime.expression.Symbol
org.sterling.runtime.expression.org.sterling.runtime.expression.Variable
org.sterling.source
org.sterling.source.org.sterling.source.Location
org.sterling.source.org.sterling.source.LocationAware
org.sterling.source.org.sterling.source.LocationRange
org.sterling.source.exception
org.sterling.source.exception.org.sterling.source.exception.InputException
org.sterling.source.exception.org.sterling.source.exception.InvalidEscapeSequenceException
org.sterling.source.exception.org.sterling.source.exception.NoAcceptedInputException
org.sterling.source.exception.org.sterling.source.exception.NoMoreInputException
org.sterling.source.exception.org.sterling.source.exception.ParserException
org.sterling.source.exception.org.sterling.source.exception.ScannerException
org.sterling.source.exception.org.sterling.source.exception.UnterminatedCharacterException
org.sterling.source.exception.org.sterling.source.exception.UnterminatedStringException
org.sterling.source.parser
org.sterling.source.parser.org.sterling.source.parser.Parser
org.sterling.source.parser.org.sterling.source.parser.ParserAction
org.sterling.source.parser.org.sterling.source.parser.ParserRule
org.sterling.source.parser.org.sterling.source.parser.ParserRunner
org.sterling.source.parser.org.sterling.source.parser.ParserRunnerProperties
org.sterling.source.parser.org.sterling.source.parser.ParserState
org.sterling.source.parser.org.sterling.source.parser.ParserTable
org.sterling.source.parser.org.sterling.source.parser.ParserTableActionBuilder
org.sterling.source.parser.org.sterling.source.parser.ParserTableBuilder
org.sterling.source.parser.org.sterling.source.parser.TableDrivenParser
org.sterling.source.parser.org.sterling.source.parser.TableDrivenParserFactory
org.sterling.source.scanner
org.sterling.source.scanner.org.sterling.source.scanner.BooleanScanner
org.sterling.source.scanner.org.sterling.source.scanner.CharacterScanner
org.sterling.source.scanner.org.sterling.source.scanner.DelegatingScanner
org.sterling.source.scanner.org.sterling.source.scanner.DoubleScanner
org.sterling.source.scanner.org.sterling.source.scanner.EndOfInputScanner
org.sterling.source.scanner.org.sterling.source.scanner.EscapeUtil
org.sterling.source.scanner.org.sterling.source.scanner.IdentifierScanner
org.sterling.source.scanner.org.sterling.source.scanner.InputReader
org.sterling.source.scanner.org.sterling.source.scanner.IntegerScanner
org.sterling.source.scanner.org.sterling.source.scanner.ListScanner
org.sterling.source.scanner.org.sterling.source.scanner.Scanner
org.sterling.source.scanner.org.sterling.source.scanner.ScannerDelegate
org.sterling.source.scanner.org.sterling.source.scanner.ScannerDelegateFactory
org.sterling.source.scanner.org.sterling.source.scanner.ScannerFactory
org.sterling.source.scanner.org.sterling.source.scanner.ScannerUtil
org.sterling.source.scanner.org.sterling.source.scanner.StateManager
org.sterling.source.scanner.org.sterling.source.scanner.StaticTokenScanner
org.sterling.source.scanner.org.sterling.source.scanner.StringScanner
org.sterling.source.scanner.org.sterling.source.scanner.TerminatorScanner
org.sterling.source.scanner.org.sterling.source.scanner.WhitespaceSkippingScanner
org.sterling.source.syntax
org.sterling.source.syntax.org.sterling.source.syntax.AbstractLiteral
org.sterling.source.syntax.org.sterling.source.syntax.AbstractSourceVisitor
org.sterling.source.syntax.org.sterling.source.syntax.AccessorExpression
org.sterling.source.syntax.org.sterling.source.syntax.ApplyExpression
org.sterling.source.syntax.org.sterling.source.syntax.ArgumentExpression
org.sterling.source.syntax.org.sterling.source.syntax.ArgumentsExpression
org.sterling.source.syntax.org.sterling.source.syntax.ArgumentsExpressionTail
org.sterling.source.syntax.org.sterling.source.syntax.BinaryExpression
org.sterling.source.syntax.org.sterling.source.syntax.BinaryExpressionTail
org.sterling.source.syntax.org.sterling.source.syntax.BooleanLiteral
org.sterling.source.syntax.org.sterling.source.syntax.BooleanToken
org.sterling.source.syntax.org.sterling.source.syntax.CharacterLiteral
org.sterling.source.syntax.org.sterling.source.syntax.CharacterToken
org.sterling.source.syntax.org.sterling.source.syntax.ConstantExpression
org.sterling.source.syntax.org.sterling.source.syntax.Declaration
org.sterling.source.syntax.org.sterling.source.syntax.DeclarationLiteral
org.sterling.source.syntax.org.sterling.source.syntax.DeclarationSequence
org.sterling.source.syntax.org.sterling.source.syntax.DeclarationSequenceTail
org.sterling.source.syntax.org.sterling.source.syntax.DoubleLiteral
org.sterling.source.syntax.org.sterling.source.syntax.DoubleToken
org.sterling.source.syntax.org.sterling.source.syntax.FromIdentifier
org.sterling.source.syntax.org.sterling.source.syntax.FromIdentifierList
org.sterling.source.syntax.org.sterling.source.syntax.FromIdentifierListTail
org.sterling.source.syntax.org.sterling.source.syntax.FromIdentifierTail
org.sterling.source.syntax.org.sterling.source.syntax.FromIdentifiers
org.sterling.source.syntax.org.sterling.source.syntax.FromStatement
org.sterling.source.syntax.org.sterling.source.syntax.FunctionArguments
org.sterling.source.syntax.org.sterling.source.syntax.FunctionArgumentsTail
org.sterling.source.syntax.org.sterling.source.syntax.FunctionLiteral
org.sterling.source.syntax.org.sterling.source.syntax.ImportHeader
org.sterling.source.syntax.org.sterling.source.syntax.ImportHeaderSuffix
org.sterling.source.syntax.org.sterling.source.syntax.ImportHeaderTail
org.sterling.source.syntax.org.sterling.source.syntax.ImportHeaders
org.sterling.source.syntax.org.sterling.source.syntax.ImportIdentifier
org.sterling.source.syntax.org.sterling.source.syntax.ImportIdentifierAlias
org.sterling.source.syntax.org.sterling.source.syntax.ImportIdentifierTail
org.sterling.source.syntax.org.sterling.source.syntax.ImportStatement
org.sterling.source.syntax.org.sterling.source.syntax.IndexerArgument
org.sterling.source.syntax.org.sterling.source.syntax.IndexerArguments
org.sterling.source.syntax.org.sterling.source.syntax.IndexerArgumentsSuffix
org.sterling.source.syntax.org.sterling.source.syntax.IndexerArgumentsTail
org.sterling.source.syntax.org.sterling.source.syntax.IndexerExpression
org.sterling.source.syntax.org.sterling.source.syntax.IntegerLiteral
org.sterling.source.syntax.org.sterling.source.syntax.IntegerToken
org.sterling.source.syntax.org.sterling.source.syntax.JavaExpression
org.sterling.source.syntax.org.sterling.source.syntax.LambdaArgument
org.sterling.source.syntax.org.sterling.source.syntax.LambdaLiteral
org.sterling.source.syntax.org.sterling.source.syntax.LiteralExpression
org.sterling.source.syntax.org.sterling.source.syntax.ModuleDeclaration
org.sterling.source.syntax.org.sterling.source.syntax.ModuleHeader
org.sterling.source.syntax.org.sterling.source.syntax.ModuleIdentifier
org.sterling.source.syntax.org.sterling.source.syntax.ModuleIdentifierTail
org.sterling.source.syntax.org.sterling.source.syntax.NodeKind
org.sterling.source.syntax.org.sterling.source.syntax.NullLiteral
org.sterling.source.syntax.org.sterling.source.syntax.ObjectArgument
org.sterling.source.syntax.org.sterling.source.syntax.ObjectArguments
org.sterling.source.syntax.org.sterling.source.syntax.ObjectArgumentsList
org.sterling.source.syntax.org.sterling.source.syntax.ObjectBody
org.sterling.source.syntax.org.sterling.source.syntax.ObjectHeader
org.sterling.source.syntax.org.sterling.source.syntax.ObjectLiteral
org.sterling.source.syntax.org.sterling.source.syntax.ObjectMember
org.sterling.source.syntax.org.sterling.source.syntax.ObjectMemberName
org.sterling.source.syntax.org.sterling.source.syntax.ObjectMembers
org.sterling.source.syntax.org.sterling.source.syntax.ObjectMembersSuffix
org.sterling.source.syntax.org.sterling.source.syntax.ObjectMembersTail
org.sterling.source.syntax.org.sterling.source.syntax.ParentheticalExpression
org.sterling.source.syntax.org.sterling.source.syntax.PrimaryExpression
org.sterling.source.syntax.org.sterling.source.syntax.QualifiedIdentifier
org.sterling.source.syntax.org.sterling.source.syntax.QualifiedIdentifierTail
org.sterling.source.syntax.org.sterling.source.syntax.SelectorExpression
org.sterling.source.syntax.org.sterling.source.syntax.SelectorExpressionTail
org.sterling.source.syntax.org.sterling.source.syntax.SingleObjectArgument
org.sterling.source.syntax.org.sterling.source.syntax.SourceExpression
org.sterling.source.syntax.org.sterling.source.syntax.SourceNode
org.sterling.source.syntax.org.sterling.source.syntax.SourcePrinter
org.sterling.source.syntax.org.sterling.source.syntax.SourceVisitor
org.sterling.source.syntax.org.sterling.source.syntax.StringLiteral
org.sterling.source.syntax.org.sterling.source.syntax.StringToken
org.sterling.source.syntax.org.sterling.source.syntax.TernaryExpression
org.sterling.source.syntax.org.sterling.source.syntax.TernaryExpressionTail
org.sterling.source.syntax.org.sterling.source.syntax.Token
org.sterling.source.syntax.org.sterling.source.syntax.UnaryExpression
org.sterling.source.translator
org.sterling.source.translator.org.sterling.source.translator.Alias
org.sterling.source.translator.org.sterling.source.translator.AliasBuilder
org.sterling.source.translator.org.sterling.source.translator.ModuleBuilder
org.sterling.source.translator.org.sterling.source.translator.ObjectBuilder
org.sterling.source.translator.org.sterling.source.translator.Translator
org.sterling.source.translator.org.sterling.source.translator.TranslatorRunner
org.sterling.source.translator.org.sterling.source.translator.TranslatorState
org.sterling.util
org.sterling.util.org.sterling.util.BufferUtil
org.sterling.util.org.sterling.util.IllegalVisitException
org.sterling.util.org.sterling.util.PrinterState
org.sterling.util.org.sterling.util.StringUtil
org.sterling.util.org.sterling.util.VisitorState
org.sterling.util.org.sterling.util.VisitorTracker
sterling.example
sterling.example.sterling.example._base.ag
sterling.example.sterling.example.badimport.ag
sterling.example.sterling.example.hello.ag
sterling.example.sterling.example.math.ag
sterling.example.sterling.example.objects.ag
sterling.example.sterling.example.partialimport.ag
sterling.example.sterling.example.program.ag
sterling.math
sterling.math.sterling.math._base.ag
sterling.system
sterling.system.sterling.system._base.ag
.test.ag




© 2015 - 2024 Weber Informatics LLC | Privacy Policy