<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>JFuncMachine</title>
    <link>https://jfuncmachine.org/index.html</link>
    <description>Recent content on JFuncMachine</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 13 Dec 2023 19:56:51 -0500</lastBuildDate>
    <atom:link href="https://jfuncmachine.org/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Overview</title>
      <link>https://jfuncmachine.org/overview/index.html</link>
      <pubDate>Wed, 13 Dec 2023 19:56:51 -0500</pubDate>
      <guid>https://jfuncmachine.org/overview/index.html</guid>
      <description>JFuncMachine is a library providing an intermediate language for code generation, with the idea that it could be used as a back-end for a compiler. Although it was designed with functional languages in mind, it should support imperative ones, although it currently lacks some features like a looping construct that might be more suitable for imperative languages.
Method Definitions JFuncMachine produces Java classes, which is the only way to generate code for the Java Virtual Machine.</description>
    </item>
    <item>
      <title>Utilities</title>
      <link>https://jfuncmachine.org/utilities/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://jfuncmachine.org/utilities/index.html</guid>
      <description>In addition to the back-end support that JFuncMachine provides, it also has a few utilities for language development, or at least for more rapid prototyping of a language.
S-Expressions S-expressions can be an easy way to define a language because you don&amp;rsquo;t have to deal with precedence. The parsing is generally pretty straightforward. The org.jfuncmachine.sexprlang.parser package provides a simple S-expression parser that can read files or parse strings.
S-Expression to Object Mapping Part of the parsing process of a language is getting it into an intermediate representation, and there are often several layers of intermediate representation.</description>
    </item>
    <item>
      <title>Examples</title>
      <link>https://jfuncmachine.org/examples/index.html</link>
      <pubDate>Tue, 12 Dec 2023 17:50:23 -0500</pubDate>
      <guid>https://jfuncmachine.org/examples/index.html</guid>
      <description>Learn how to use the JFuncMachine library through examples.</description>
    </item>
  </channel>
</rss>