Measures Concepts
GitHub icon

Embedded Crystal

Embedded Crystal - Template language

< >

Embedded Crystal is a template language created in 2016.

Source code:
git clone https://github.com/crystal-lang/crystal/
#290on PLDB 8Years Old 287Repos

Embedded Crystal (ECR) is a template language for embedding Crystal code into other text, that includes but is not limited to HTML. The template is read and transformed at compile time and then embedded into the binary.


Example from the web:
# greeting.ecr <%- if @name -%> Greeting, <%= @name %>! <%- else -%> Greeting! <%- end -%> Greeting.new(nil).to_s #=> Greeting!
Example from Linguist:
<% if @name %> Greeting, <%= @name %>! <% else %> Greeting! <% end %>

Language features

Feature Supported Token Example
Comments ✓
# A comment
Line Comments ✓ #
# A comment
Semantic Indentation X

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout