Skip to content

v0.1.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@abhishekmishra abhishekmishra released this 10 May 08:49
· 41 commits to main since this release

0.1.0-alpha.1 2024-05-10 Abhishek Mishra abhishekmishra3@gmail.com

  • This is the second alpha release of litpd.
  • litpd now supports code fragment blocks which can be reused in code file
    blocks.
    • Every reusable code fragment block is identified by a code_id.
    • A code_id is an alphanumeric identifier.
    • The code from a code_id fragment can be included in another code_id or
      code_file fragment by referring to it in the following form @<CODE_ID@>,
      where CODE_ID is the value of the code_id attribute of the code block.
    • Example usage of code_id is given in the tests.
  • The program also creates labels for code_id and code_file code blocks,
    showing the associated id or `file. Again there are some examples in the
    tests.