moved completely to the regex compiler

This commit is contained in:
Will Abbott 2024-09-29 16:30:50 +01:00
parent 2e21b45eee
commit 3f9cd85872
13 changed files with 565 additions and 492 deletions

View file

@ -0,0 +1 @@
<c-compiler.comp simple="simples!" complex="{% now 'd' %}" />

View file

@ -0,0 +1,3 @@
{{ simple }}
{{ complex }}

View file

@ -2,6 +2,7 @@ from . import views
from django.urls import path
urlpatterns = [
path("compiler", views.build_view("compiler"), name="compiler"),
path(
"",
views.build_view(