Skip to content

never-lang/highlightjs-never

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Never is a simple functional programming language. Technically it may be classified as syntactically scoped, strongly typed, call by value, functional programming language.

In practise Never offers basic data types, assignment, control flow, arrays, first order functions and some mathematical functions to make it useful to calculate expressions. Also it demonstrates how functions can be compiled, invoked and passed as parameters or results between other functions.

https://never-lang.readthedocs.io/

Syntax highlighting

To highlight never language code listings use the following html:

    <link rel="stylesheet" href="./github.min.css">
    <script src="./highlight.min.js"></script>
    <script src="./never.min.js"></script>
    <script>hljs.initHighlightingOnLoad();</script>

About

highlight.js never language syntax highlighter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published